Interface AddWorkingStorageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddWorkingStorageRequest.Builder,AddWorkingStorageRequest>,SdkBuilder<AddWorkingStorageRequest.Builder,AddWorkingStorageRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- AddWorkingStorageRequest
public static interface AddWorkingStorageRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<AddWorkingStorageRequest.Builder,AddWorkingStorageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddWorkingStorageRequest.BuilderdiskIds(String... diskIds)An array of strings that identify disks that are to be configured as working storage.AddWorkingStorageRequest.BuilderdiskIds(Collection<String> diskIds)An array of strings that identify disks that are to be configured as working storage.AddWorkingStorageRequest.BuildergatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.AddWorkingStorageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddWorkingStorageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
-
-
-
Method Detail
-
gatewayARN
AddWorkingStorageRequest.Builder gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.- Parameters:
gatewayARN- The new value for the GatewayARN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
diskIds
AddWorkingStorageRequest.Builder diskIds(Collection<String> diskIds)
An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
- Parameters:
diskIds- An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
diskIds
AddWorkingStorageRequest.Builder diskIds(String... diskIds)
An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
- Parameters:
diskIds- An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AddWorkingStorageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddWorkingStorageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-