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
Modifier and TypeMethodDescriptionminimumInstanceMetadataServiceVersion(String minimumInstanceMetadataServiceVersion) Indicates the minimum IMDS version that the notebook instance supports.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-