Interface UpdateKxVolumeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateKxVolumeRequest.Builder,UpdateKxVolumeRequest>,FinspaceRequest.Builder,SdkBuilder<UpdateKxVolumeRequest.Builder,UpdateKxVolumeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateKxVolumeRequest
public static interface UpdateKxVolumeRequest.Builder extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<UpdateKxVolumeRequest.Builder,UpdateKxVolumeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateKxVolumeRequest.BuilderclientToken(String clientToken)A token that ensures idempotency.UpdateKxVolumeRequest.Builderdescription(String description)A description of the volume.UpdateKxVolumeRequest.BuilderenvironmentId(String environmentId)A unique identifier for the kdb environment where you created the storage volume.default UpdateKxVolumeRequest.Buildernas1Configuration(Consumer<KxNAS1Configuration.Builder> nas1Configuration)Specifies the configuration for the Network attached storage (NAS_1) file system volume.UpdateKxVolumeRequest.Buildernas1Configuration(KxNAS1Configuration nas1Configuration)Specifies the configuration for the Network attached storage (NAS_1) file system volume.UpdateKxVolumeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateKxVolumeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateKxVolumeRequest.BuildervolumeName(String volumeName)A unique identifier for the volume.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.finspace.model.FinspaceRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
environmentId
UpdateKxVolumeRequest.Builder environmentId(String environmentId)
A unique identifier for the kdb environment where you created the storage volume.
- Parameters:
environmentId- A unique identifier for the kdb environment where you created the storage volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeName
UpdateKxVolumeRequest.Builder volumeName(String volumeName)
A unique identifier for the volume.
- Parameters:
volumeName- A unique identifier for the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateKxVolumeRequest.Builder description(String description)
A description of the volume.
- Parameters:
description- A description of the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
UpdateKxVolumeRequest.Builder clientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
- Parameters:
clientToken- A token that ensures idempotency. This token expires in 10 minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nas1Configuration
UpdateKxVolumeRequest.Builder nas1Configuration(KxNAS1Configuration nas1Configuration)
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
- Parameters:
nas1Configuration- Specifies the configuration for the Network attached storage (NAS_1) file system volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nas1Configuration
default UpdateKxVolumeRequest.Builder nas1Configuration(Consumer<KxNAS1Configuration.Builder> nas1Configuration)
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
This is a convenience method that creates an instance of theKxNAS1Configuration.Builderavoiding the need to create one manually viaKxNAS1Configuration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonas1Configuration(KxNAS1Configuration).- Parameters:
nas1Configuration- a consumer that will call methods onKxNAS1Configuration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
nas1Configuration(KxNAS1Configuration)
-
overrideConfiguration
UpdateKxVolumeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateKxVolumeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-