CopyableBuilder<DeleteChapCredentialsRequest.Builder,DeleteChapCredentialsRequest>
, SdkBuilder<DeleteChapCredentialsRequest.Builder,DeleteChapCredentialsRequest>
public static interface DeleteChapCredentialsRequest.Builder extends CopyableBuilder<DeleteChapCredentialsRequest.Builder,DeleteChapCredentialsRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteChapCredentialsRequest.Builder |
initiatorName(String initiatorName) |
The iSCSI initiator that connects to the target.
|
DeleteChapCredentialsRequest.Builder |
targetARN(String targetARN) |
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
copy
apply, build
DeleteChapCredentialsRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.