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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateChapCredentialsResponse.BuilderinitiatorName(String initiatorName)The iSCSI initiator that connects to the target.UpdateChapCredentialsResponse.BuildertargetARN(String targetARN)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 Detail
-
targetARN
UpdateChapCredentialsResponse.Builder targetARN(String 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
UpdateChapCredentialsResponse.Builder initiatorName(String 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.
-
-