public static interface UpdateChapCredentialsResponse.Builder extends StorageGatewayResponse.Builder, CopyableBuilder<UpdateChapCredentialsResponse.Builder,UpdateChapCredentialsResponse>
Modifier and Type | Method and 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.
|
build
sdkHttpResponse, sdkHttpResponse
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.