Interface CreatePresignedMlflowTrackingServerUrlRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreatePresignedMlflowTrackingServerUrlRequest.Builder,CreatePresignedMlflowTrackingServerUrlRequest>,SageMakerRequest.Builder,SdkBuilder<CreatePresignedMlflowTrackingServerUrlRequest.Builder,CreatePresignedMlflowTrackingServerUrlRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreatePresignedMlflowTrackingServerUrlRequest
public static interface CreatePresignedMlflowTrackingServerUrlRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreatePresignedMlflowTrackingServerUrlRequest.Builder,CreatePresignedMlflowTrackingServerUrlRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePresignedMlflowTrackingServerUrlRequest.BuilderexpiresInSeconds(Integer expiresInSeconds)The duration in seconds that your presigned URL is valid.CreatePresignedMlflowTrackingServerUrlRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePresignedMlflowTrackingServerUrlRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePresignedMlflowTrackingServerUrlRequest.BuildersessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)The duration in seconds that your MLflow UI session is valid.CreatePresignedMlflowTrackingServerUrlRequest.BuildertrackingServerName(String trackingServerName)The name of the tracking server to connect to your MLflow UI.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
trackingServerName
CreatePresignedMlflowTrackingServerUrlRequest.Builder trackingServerName(String trackingServerName)
The 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.
-
expiresInSeconds
CreatePresignedMlflowTrackingServerUrlRequest.Builder expiresInSeconds(Integer 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
CreatePresignedMlflowTrackingServerUrlRequest.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.
-
overrideConfiguration
CreatePresignedMlflowTrackingServerUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePresignedMlflowTrackingServerUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-