@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKxVolumeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateKxVolumeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateKxVolumeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A token that ensures idempotency.
|
String |
getDescription()
A description of the volume.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment where you created the storage volume.
|
KxNAS1Configuration |
getNas1Configuration()
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
|
String |
getVolumeName()
A unique identifier for the volume.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setDescription(String description)
A description of the volume.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment where you created the storage volume.
|
void |
setNas1Configuration(KxNAS1Configuration nas1Configuration)
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
|
void |
setVolumeName(String volumeName)
A unique identifier for the volume.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKxVolumeRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
UpdateKxVolumeRequest |
withDescription(String description)
A description of the volume.
|
UpdateKxVolumeRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment where you created the storage volume.
|
UpdateKxVolumeRequest |
withNas1Configuration(KxNAS1Configuration nas1Configuration)
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
|
UpdateKxVolumeRequest |
withVolumeName(String volumeName)
A unique identifier for the volume.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEnvironmentId(String environmentId)
A unique identifier for the kdb environment where you created the storage volume.
environmentId
- A unique identifier for the kdb environment where you created the storage volume.public String getEnvironmentId()
A unique identifier for the kdb environment where you created the storage volume.
public UpdateKxVolumeRequest withEnvironmentId(String environmentId)
A unique identifier for the kdb environment where you created the storage volume.
environmentId
- A unique identifier for the kdb environment where you created the storage volume.public void setVolumeName(String volumeName)
A unique identifier for the volume.
volumeName
- A unique identifier for the volume.public String getVolumeName()
A unique identifier for the volume.
public UpdateKxVolumeRequest withVolumeName(String volumeName)
A unique identifier for the volume.
volumeName
- A unique identifier for the volume.public void setDescription(String description)
A description of the volume.
description
- A description of the volume.public String getDescription()
A description of the volume.
public UpdateKxVolumeRequest withDescription(String description)
A description of the volume.
description
- A description of the volume.public void setClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public String getClientToken()
A token that ensures idempotency. This token expires in 10 minutes.
public UpdateKxVolumeRequest withClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public void setNas1Configuration(KxNAS1Configuration nas1Configuration)
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
nas1Configuration
- Specifies the configuration for the Network attached storage (NAS_1) file system volume.public KxNAS1Configuration getNas1Configuration()
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
public UpdateKxVolumeRequest withNas1Configuration(KxNAS1Configuration nas1Configuration)
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
nas1Configuration
- Specifies the configuration for the Network attached storage (NAS_1) file system volume.public String toString()
toString
in class Object
Object.toString()
public UpdateKxVolumeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()