CopyableBuilder<UpdateChapCredentialsResponse.Builder,UpdateChapCredentialsResponse>
, SdkBuilder<UpdateChapCredentialsResponse.Builder,UpdateChapCredentialsResponse>
public static interface UpdateChapCredentialsResponse.Builder extends CopyableBuilder<UpdateChapCredentialsResponse.Builder,UpdateChapCredentialsResponse>
Modifier and Type | Method | Description |
---|---|---|
UpdateChapCredentialsResponse.Builder |
initiatorName(String initiatorName) |
The iSCSI initiator that connects to the target.
|
UpdateChapCredentialsResponse.Builder |
targetARN(String targetARN) |
The Amazon Resource Name (ARN) of the target.
|
copy
apply, build
UpdateChapCredentialsResponse.Builder targetARN(String targetARN)
The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.
targetARN
- The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.UpdateChapCredentialsResponse.Builder initiatorName(String initiatorName)
The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.
initiatorName
- The iSCSI initiator that connects to the target. This is the same initiator name specified in the
request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.