Uses of Interface
software.amazon.awssdk.services.sagemaker.model.AddAssociationResponse.Builder
-
Packages that use AddAssociationResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AddAssociationResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AddAssociationResponse.Builder Modifier and Type Method Description static AddAssociationResponse.BuilderAddAssociationResponse. builder()AddAssociationResponse.BuilderAddAssociationResponse.Builder. destinationArn(String destinationArn)The Amazon Resource Name (ARN) of the destination.AddAssociationResponse.BuilderAddAssociationResponse.Builder. sourceArn(String sourceArn)The ARN of the source.AddAssociationResponse.BuilderAddAssociationResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AddAssociationResponse.Builder Modifier and Type Method Description static Class<? extends AddAssociationResponse.Builder>AddAssociationResponse. serializableBuilderClass()
-