Interface CreatePresignedMlflowTrackingServerUrlRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreatePresignedMlflowTrackingServerUrlRequest.Builder,,- CreatePresignedMlflowTrackingServerUrlRequest> - SageMakerRequest.Builder,- SdkBuilder<CreatePresignedMlflowTrackingServerUrlRequest.Builder,,- CreatePresignedMlflowTrackingServerUrlRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreatePresignedMlflowTrackingServerUrlRequest
@Mutable
@NotThreadSafe
public static interface CreatePresignedMlflowTrackingServerUrlRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreatePresignedMlflowTrackingServerUrlRequest.Builder,CreatePresignedMlflowTrackingServerUrlRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionexpiresInSeconds(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 MLflow UI session is valid.trackingServerName(String trackingServerName) The name of the tracking server to connect to your MLflow UI.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- 
trackingServerNameThe name of the tracking server to connect to your MLflow UI. - Parameters:
- trackingServerName- The name of the tracking server to connect to your MLflow UI.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
expiresInSecondsThe 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.
 
- 
sessionExpirationDurationInSecondsCreatePresignedMlflowTrackingServerUrlRequest.Builder sessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds) The duration in seconds that your MLflow UI session is valid. - Parameters:
- sessionExpirationDurationInSeconds- The duration in seconds that your MLflow UI session is valid.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreatePresignedMlflowTrackingServerUrlRequest.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.
 
- 
overrideConfigurationCreatePresignedMlflowTrackingServerUrlRequest.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.
 
 
-