public static interface AddAssociationResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<AddAssociationResponse.Builder,AddAssociationResponse>
Modifier and Type | Method and Description |
---|---|
AddAssociationResponse.Builder |
destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
AddAssociationResponse.Builder |
sourceArn(String sourceArn)
The ARN of the source.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
AddAssociationResponse.Builder sourceArn(String sourceArn)
The ARN of the source.
sourceArn
- The ARN of the source.AddAssociationResponse.Builder destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
destinationArn
- The Amazon Resource Name (ARN) of the destination.Copyright © 2023. All rights reserved.