Interface CreatePresignedMlflowAppUrlRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreatePresignedMlflowAppUrlRequest.Builder,,CreatePresignedMlflowAppUrlRequest> SageMakerRequest.Builder,SdkBuilder<CreatePresignedMlflowAppUrlRequest.Builder,,CreatePresignedMlflowAppUrlRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreatePresignedMlflowAppUrlRequest
@Mutable
@NotThreadSafe
public static interface CreatePresignedMlflowAppUrlRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreatePresignedMlflowAppUrlRequest.Builder,CreatePresignedMlflowAppUrlRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the MLflow App to connect to your MLflow UI.expiresInSeconds(Integer expiresInSeconds) The duration in seconds that your presigned URL is valid.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds) The duration in seconds that your presigned URL is valid.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The ARN of the MLflow App to connect to your MLflow UI.
- Parameters:
arn- The ARN of the MLflow App to connect to your MLflow UI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresInSeconds
The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.
- Parameters:
expiresInSeconds- The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionExpirationDurationInSeconds
CreatePresignedMlflowAppUrlRequest.Builder sessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds) The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.
- Parameters:
sessionExpirationDurationInSeconds- The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreatePresignedMlflowAppUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreatePresignedMlflowAppUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-