public static interface DeleteChapCredentialsRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<DeleteChapCredentialsRequest.Builder,DeleteChapCredentialsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteChapCredentialsRequest.Builder |
initiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
|
DeleteChapCredentialsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteChapCredentialsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteChapCredentialsRequest.Builder |
targetARN(String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
buildrequestOverrideConfigcopyapply, buildDeleteChapCredentialsRequest.Builder targetARN(String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
targetARN - The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes
operation to return to retrieve the TargetARN for specified VolumeARN.DeleteChapCredentialsRequest.Builder initiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
initiatorName - The iSCSI initiator that connects to the target.DeleteChapCredentialsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteChapCredentialsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.