public static final class CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty |
build()
Builds the configured instance.
|
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Builder |
minimumInstanceMetadataServiceVersion(java.lang.String minimumInstanceMetadataServiceVersion)
|
public CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Builder minimumInstanceMetadataServiceVersion(java.lang.String minimumInstanceMetadataServiceVersion)
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.getMinimumInstanceMetadataServiceVersion()
minimumInstanceMetadataServiceVersion
- Indicates the minimum IMDS version that the notebook instance supports. This parameter is required.
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.this
public CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty build()
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided