Interface DescribeCachediScsiVolumesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DescribeCachediScsiVolumesRequest.Builder,,- DescribeCachediScsiVolumesRequest> - SdkBuilder<DescribeCachediScsiVolumesRequest.Builder,,- DescribeCachediScsiVolumesRequest> - SdkPojo,- SdkRequest.Builder,- StorageGatewayRequest.Builder
- Enclosing class:
- DescribeCachediScsiVolumesRequest
@Mutable
@NotThreadSafe
public static interface DescribeCachediScsiVolumesRequest.Builder
extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DescribeCachediScsiVolumesRequest.Builder,DescribeCachediScsiVolumesRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.volumeARNs(String... volumeARNs) An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume.volumeARNs(Collection<String> volumeARNs) An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builderbuild
- 
Method Details- 
volumeARNsAn array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway. - Parameters:
- volumeARNs- An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
volumeARNsAn array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway. - Parameters:
- volumeARNs- An array of strings where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs for a gateway.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationDescribeCachediScsiVolumesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDescribeCachediScsiVolumesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-