Interface UpdateChapCredentialsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateChapCredentialsResponse.Builder,
,UpdateChapCredentialsResponse> SdkBuilder<UpdateChapCredentialsResponse.Builder,
,UpdateChapCredentialsResponse> SdkPojo
,SdkResponse.Builder
,StorageGatewayResponse.Builder
- Enclosing class:
UpdateChapCredentialsResponse
public static interface UpdateChapCredentialsResponse.Builder
extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<UpdateChapCredentialsResponse.Builder,UpdateChapCredentialsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninitiatorName
(String initiatorName) The iSCSI initiator that connects to the target.The Amazon Resource Name (ARN) of the target.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
targetARN
The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.
- Parameters:
targetARN
- The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initiatorName
The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.
- Parameters:
initiatorName
- The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-