Interface CreatePartnerAppPresignedUrlRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreatePartnerAppPresignedUrlRequest.Builder,,- CreatePartnerAppPresignedUrlRequest> - SageMakerRequest.Builder,- SdkBuilder<CreatePartnerAppPresignedUrlRequest.Builder,,- CreatePartnerAppPresignedUrlRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreatePartnerAppPresignedUrlRequest
@Mutable
@NotThreadSafe
public static interface CreatePartnerAppPresignedUrlRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreatePartnerAppPresignedUrlRequest.Builder,CreatePartnerAppPresignedUrlRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the SageMaker Partner AI App to create the presigned URL for.expiresInSeconds(Integer expiresInSeconds) The time that will pass before the presigned URL expires.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds) Indicates how long the Amazon SageMaker Partner AI App session can be accessed for after logging in.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe ARN of the SageMaker Partner AI App to create the presigned URL for. - Parameters:
- arn- The ARN of the SageMaker Partner AI App to create the presigned URL for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
expiresInSecondsThe time that will pass before the presigned URL expires. - Parameters:
- expiresInSeconds- The time that will pass before the presigned URL expires.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sessionExpirationDurationInSecondsCreatePartnerAppPresignedUrlRequest.Builder sessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds) Indicates how long the Amazon SageMaker Partner AI App session can be accessed for after logging in. - Parameters:
- sessionExpirationDurationInSeconds- Indicates how long the Amazon SageMaker Partner AI App session can be accessed for after logging in.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreatePartnerAppPresignedUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreatePartnerAppPresignedUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-