Interface InstanceMetadataServiceConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceMetadataServiceConfiguration.Builder,InstanceMetadataServiceConfiguration>,SdkBuilder<InstanceMetadataServiceConfiguration.Builder,InstanceMetadataServiceConfiguration>,SdkPojo
- Enclosing class:
- InstanceMetadataServiceConfiguration
public static interface InstanceMetadataServiceConfiguration.Builder extends SdkPojo, CopyableBuilder<InstanceMetadataServiceConfiguration.Builder,InstanceMetadataServiceConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceMetadataServiceConfiguration.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
minimumInstanceMetadataServiceVersion
InstanceMetadataServiceConfiguration.Builder minimumInstanceMetadataServiceVersion(String minimumInstanceMetadataServiceVersion)
Indicates the minimum IMDS version that the notebook instance supports. When passed as part of
CreateNotebookInstance, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part ofUpdateNotebookInstance, there is no default.- Parameters:
minimumInstanceMetadataServiceVersion- Indicates the minimum IMDS version that the notebook instance supports. When passed as part ofCreateNotebookInstance, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part ofUpdateNotebookInstance, there is no default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-