public static interface DeleteChapCredentialsRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteChapCredentialsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteChapCredentialsRequest.Builder |
targetARN(String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteChapCredentialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.