Interface AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder,AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails>,SdkBuilder<AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder,AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails>,SdkPojo
- Enclosing class:
- AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails
public static interface AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder,AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.BuilderminimumInstanceMetadataServiceVersion(String minimumInstanceMetadataServiceVersion)Indicates the minimum IMDS version that the notebook instance supports.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
minimumInstanceMetadataServiceVersion
AwsSageMakerNotebookInstanceMetadataServiceConfigurationDetails.Builder minimumInstanceMetadataServiceVersion(String minimumInstanceMetadataServiceVersion)
Indicates the minimum IMDS version that the notebook instance supports.
- Parameters:
minimumInstanceMetadataServiceVersion- Indicates the minimum IMDS version that the notebook instance supports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-