Interface CreatePartnerAppPresignedUrlResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreatePartnerAppPresignedUrlResponse.Builder,,CreatePartnerAppPresignedUrlResponse> SageMakerResponse.Builder,SdkBuilder<CreatePartnerAppPresignedUrlResponse.Builder,,CreatePartnerAppPresignedUrlResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreatePartnerAppPresignedUrlResponse
public static interface CreatePartnerAppPresignedUrlResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<CreatePartnerAppPresignedUrlResponse.Builder,CreatePartnerAppPresignedUrlResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe presigned URL that you can use to access the SageMaker Partner AI App.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
url
The presigned URL that you can use to access the SageMaker Partner AI App.
- Parameters:
 url- The presigned URL that you can use to access the SageMaker Partner AI App.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -