public static interface InstanceMetadataServiceConfiguration.Builder extends SdkPojo, CopyableBuilder<InstanceMetadataServiceConfiguration.Builder,InstanceMetadataServiceConfiguration>
| Modifier and Type | Method and Description |
|---|---|
InstanceMetadataServiceConfiguration.Builder |
minimumInstanceMetadataServiceVersion(String minimumInstanceMetadataServiceVersion)
Indicates the minimum IMDS version that the notebook instance supports.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceMetadataServiceConfiguration.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 of UpdateNotebookInstance, there is no
default.
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 of UpdateNotebookInstance,
there is no default.Copyright © 2022. All rights reserved.