Class InstanceMetadataOptionsResponse
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.InstanceMetadataOptionsResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceMetadataOptionsResponse.Builder,InstanceMetadataOptionsResponse>
@Generated("software.amazon.awssdk:codegen") public final class InstanceMetadataOptionsResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceMetadataOptionsResponse.Builder,InstanceMetadataOptionsResponse>
The metadata options for the instance.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInstanceMetadataOptionsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstanceMetadataOptionsResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstanceMetadataEndpointStatehttpEndpoint()Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.StringhttpEndpointAsString()Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.InstanceMetadataProtocolStatehttpProtocolIpv6()Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.StringhttpProtocolIpv6AsString()Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.IntegerhttpPutResponseHopLimit()The desired HTTP PUT response hop limit for instance metadata requests.HttpTokensStatehttpTokens()Indicates whether IMDSv2 is required.StringhttpTokensAsString()Indicates whether IMDSv2 is required.InstanceMetadataTagsStateinstanceMetadataTags()Indicates whether access to instance tags from the instance metadata is enabled or disabled.StringinstanceMetadataTagsAsString()Indicates whether access to instance tags from the instance metadata is enabled or disabled.List<SdkField<?>>sdkFields()static Class<? extends InstanceMetadataOptionsResponse.Builder>serializableBuilderClass()InstanceMetadataOptionsStatestate()The state of the metadata option changes.StringstateAsString()The state of the metadata option changes.InstanceMetadataOptionsResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
state
public final InstanceMetadataOptionsState state()
The state of the metadata option changes.
pending- The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.applied- The metadata options have been successfully applied on the instance.If the service returns an enum value that is not available in the current SDK version,
statewill returnInstanceMetadataOptionsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the metadata option changes.
pending- The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.applied- The metadata options have been successfully applied on the instance. - See Also:
InstanceMetadataOptionsState
-
stateAsString
public final String stateAsString()
The state of the metadata option changes.
pending- The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.applied- The metadata options have been successfully applied on the instance.If the service returns an enum value that is not available in the current SDK version,
statewill returnInstanceMetadataOptionsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the metadata option changes.
pending- The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.applied- The metadata options have been successfully applied on the instance. - See Also:
InstanceMetadataOptionsState
-
httpTokens
public final HttpTokensState httpTokens()
Indicates whether IMDSv2 is required.
-
optional- IMDSv2 is optional. You can choose whether to send a session token in your instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role credentials. -
required- IMDSv2 is required. You must send a session token in your instance metadata retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.
If the service returns an enum value that is not available in the current SDK version,
httpTokenswill returnHttpTokensState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpTokensAsString().- Returns:
- Indicates whether IMDSv2 is required.
-
optional- IMDSv2 is optional. You can choose whether to send a session token in your instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role credentials. -
required- IMDSv2 is required. You must send a session token in your instance metadata retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.
-
- See Also:
HttpTokensState
-
-
httpTokensAsString
public final String httpTokensAsString()
Indicates whether IMDSv2 is required.
-
optional- IMDSv2 is optional. You can choose whether to send a session token in your instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role credentials. -
required- IMDSv2 is required. You must send a session token in your instance metadata retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.
If the service returns an enum value that is not available in the current SDK version,
httpTokenswill returnHttpTokensState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpTokensAsString().- Returns:
- Indicates whether IMDSv2 is required.
-
optional- IMDSv2 is optional. You can choose whether to send a session token in your instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role credentials. -
required- IMDSv2 is required. You must send a session token in your instance metadata retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.
-
- See Also:
HttpTokensState
-
-
httpPutResponseHopLimit
public final Integer httpPutResponseHopLimit()
The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.
Default: 1
Possible values: Integers from 1 to 64
- Returns:
- The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the
further instance metadata requests can travel.
Default: 1
Possible values: Integers from 1 to 64
-
httpEndpoint
public final InstanceMetadataEndpointState httpEndpoint()
Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.
If the value is
disabled, you cannot access your instance metadata.If the service returns an enum value that is not available in the current SDK version,
httpEndpointwill returnInstanceMetadataEndpointState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpEndpointAsString().- Returns:
- Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.
If the value is
disabled, you cannot access your instance metadata. - See Also:
InstanceMetadataEndpointState
-
httpEndpointAsString
public final String httpEndpointAsString()
Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.
If the value is
disabled, you cannot access your instance metadata.If the service returns an enum value that is not available in the current SDK version,
httpEndpointwill returnInstanceMetadataEndpointState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpEndpointAsString().- Returns:
- Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.
If the value is
disabled, you cannot access your instance metadata. - See Also:
InstanceMetadataEndpointState
-
httpProtocolIpv6
public final InstanceMetadataProtocolState httpProtocolIpv6()
Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version,
httpProtocolIpv6will returnInstanceMetadataProtocolState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpProtocolIpv6AsString().- Returns:
- Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
- See Also:
InstanceMetadataProtocolState
-
httpProtocolIpv6AsString
public final String httpProtocolIpv6AsString()
Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
If the service returns an enum value that is not available in the current SDK version,
httpProtocolIpv6will returnInstanceMetadataProtocolState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpProtocolIpv6AsString().- Returns:
- Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.
- See Also:
InstanceMetadataProtocolState
-
instanceMetadataTags
public final InstanceMetadataTagsState instanceMetadataTags()
Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see Work with instance tags using the instance metadata.
If the service returns an enum value that is not available in the current SDK version,
instanceMetadataTagswill returnInstanceMetadataTagsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceMetadataTagsAsString().- Returns:
- Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see Work with instance tags using the instance metadata.
- See Also:
InstanceMetadataTagsState
-
instanceMetadataTagsAsString
public final String instanceMetadataTagsAsString()
Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see Work with instance tags using the instance metadata.
If the service returns an enum value that is not available in the current SDK version,
instanceMetadataTagswill returnInstanceMetadataTagsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceMetadataTagsAsString().- Returns:
- Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see Work with instance tags using the instance metadata.
- See Also:
InstanceMetadataTagsState
-
toBuilder
public InstanceMetadataOptionsResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceMetadataOptionsResponse.Builder,InstanceMetadataOptionsResponse>
-
builder
public static InstanceMetadataOptionsResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends InstanceMetadataOptionsResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-