@Generated(value="software.amazon.awssdk:codegen") public final class InstanceMetadataServiceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceMetadataServiceConfiguration.Builder,InstanceMetadataServiceConfiguration>
Information on the IMDS configuration of the notebook instance
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstanceMetadataServiceConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InstanceMetadataServiceConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
minimumInstanceMetadataServiceVersion()
Indicates the minimum IMDS version that the notebook instance supports.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstanceMetadataServiceConfiguration.Builder> |
serializableBuilderClass() |
InstanceMetadataServiceConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
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.public InstanceMetadataServiceConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InstanceMetadataServiceConfiguration.Builder,InstanceMetadataServiceConfiguration>public static InstanceMetadataServiceConfiguration.Builder builder()
public static Class<? extends InstanceMetadataServiceConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.