public static interface ListVolumeInitiatorsRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<ListVolumeInitiatorsRequest.Builder,ListVolumeInitiatorsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVolumeInitiatorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListVolumeInitiatorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListVolumeInitiatorsRequest.Builder |
volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume.
|
buildoverrideConfigurationcopyapplyMutation, buildListVolumeInitiatorsRequest.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes for the gateway.
volumeARN - The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of
gateway volumes for the gateway.ListVolumeInitiatorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListVolumeInitiatorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.