Interface ListKxVolumesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListKxVolumesRequest.Builder,ListKxVolumesRequest>,FinspaceRequest.Builder,SdkBuilder<ListKxVolumesRequest.Builder,ListKxVolumesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListKxVolumesRequest
public static interface ListKxVolumesRequest.Builder extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<ListKxVolumesRequest.Builder,ListKxVolumesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListKxVolumesRequest.BuilderenvironmentId(String environmentId)A unique identifier for the kdb environment, whose clusters can attach to the volume.ListKxVolumesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in this request.ListKxVolumesRequest.BuildernextToken(String nextToken)A token that indicates where a results page should begin.ListKxVolumesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListKxVolumesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListKxVolumesRequest.BuildervolumeType(String volumeType)The type of file system volume.ListKxVolumesRequest.BuildervolumeType(KxVolumeType volumeType)The type of file system 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
ListKxVolumesRequest.Builder environmentId(String environmentId)
A unique identifier for the kdb environment, whose clusters can attach to the volume.
- Parameters:
environmentId- A unique identifier for the kdb environment, whose clusters can attach to the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListKxVolumesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
- Parameters:
maxResults- The maximum number of results to return in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListKxVolumesRequest.Builder nextToken(String nextToken)
A token that indicates where a results page should begin.
- Parameters:
nextToken- A token that indicates where a results page should begin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeType
ListKxVolumesRequest.Builder volumeType(String volumeType)
The type of file system volume. Currently, FinSpace only supports
NAS_1volume type.- Parameters:
volumeType- The type of file system volume. Currently, FinSpace only supportsNAS_1volume type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxVolumeType,KxVolumeType
-
volumeType
ListKxVolumesRequest.Builder volumeType(KxVolumeType volumeType)
The type of file system volume. Currently, FinSpace only supports
NAS_1volume type.- Parameters:
volumeType- The type of file system volume. Currently, FinSpace only supportsNAS_1volume type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxVolumeType,KxVolumeType
-
overrideConfiguration
ListKxVolumesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListKxVolumesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-