Class LaunchTemplateInstanceMetadataOptionsRequest
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LaunchTemplateInstanceMetadataOptionsRequest.Builder,LaunchTemplateInstanceMetadataOptionsRequest>
The metadata options for the instance. For more information, see Use instance metadata to manage your EC2 instance in the Amazon EC2 User Guide.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()Enables or disables the HTTP metadata endpoint on your instances.final StringEnables or disables the HTTP metadata endpoint on your instances.Enables or disables the IPv6 endpoint for the instance metadata service.final StringEnables or disables the IPv6 endpoint for the instance metadata service.final IntegerThe desired HTTP PUT response hop limit for instance metadata requests.Indicates whether IMDSv2 is required.final StringIndicates whether IMDSv2 is required.Set toenabledto allow access to instance tags from the instance metadata.final StringSet toenabledto allow access to instance tags from the instance metadata.static Class<? extends LaunchTemplateInstanceMetadataOptionsRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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.
Default: If the value of
ImdsSupportfor the Amazon Machine Image (AMI) for your instance isv2.0, the default isrequired.If the service returns an enum value that is not available in the current SDK version,
httpTokenswill returnLaunchTemplateHttpTokensState.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.
Default: If the value of
ImdsSupportfor the Amazon Machine Image (AMI) for your instance isv2.0, the default isrequired. -
- See Also:
-
-
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.
Default: If the value of
ImdsSupportfor the Amazon Machine Image (AMI) for your instance isv2.0, the default isrequired.If the service returns an enum value that is not available in the current SDK version,
httpTokenswill returnLaunchTemplateHttpTokensState.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.
Default: If the value of
ImdsSupportfor the Amazon Machine Image (AMI) for your instance isv2.0, the default isrequired. -
- See Also:
-
-
httpPutResponseHopLimit
The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.
Default:
1Possible 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:
1Possible values: Integers from 1 to 64
-
httpEndpoint
Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is
enabled.If you specify a value of
disabled, you will not be able to access your instance metadata.If the service returns an enum value that is not available in the current SDK version,
httpEndpointwill returnLaunchTemplateInstanceMetadataEndpointState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpEndpointAsString().- Returns:
- Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the
default state is
enabled.If you specify a value of
disabled, you will not be able to access your instance metadata. - See Also:
-
httpEndpointAsString
Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is
enabled.If you specify a value of
disabled, you will not be able to access your instance metadata.If the service returns an enum value that is not available in the current SDK version,
httpEndpointwill returnLaunchTemplateInstanceMetadataEndpointState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpEndpointAsString().- Returns:
- Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the
default state is
enabled.If you specify a value of
disabled, you will not be able to access your instance metadata. - See Also:
-
httpProtocolIpv6
Enables or disables the IPv6 endpoint for the instance metadata service.
Default:
disabledIf the service returns an enum value that is not available in the current SDK version,
httpProtocolIpv6will returnLaunchTemplateInstanceMetadataProtocolIpv6.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpProtocolIpv6AsString().- Returns:
- Enables or disables the IPv6 endpoint for the instance metadata service.
Default:
disabled - See Also:
-
httpProtocolIpv6AsString
Enables or disables the IPv6 endpoint for the instance metadata service.
Default:
disabledIf the service returns an enum value that is not available in the current SDK version,
httpProtocolIpv6will returnLaunchTemplateInstanceMetadataProtocolIpv6.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpProtocolIpv6AsString().- Returns:
- Enables or disables the IPv6 endpoint for the instance metadata service.
Default:
disabled - See Also:
-
instanceMetadataTags
Set to
enabledto allow access to instance tags from the instance metadata. Set todisabledto turn off access to instance tags from the instance metadata. For more information, see View tags for your EC2 instances using instance metadata.Default:
disabledIf the service returns an enum value that is not available in the current SDK version,
instanceMetadataTagswill returnLaunchTemplateInstanceMetadataTagsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceMetadataTagsAsString().- Returns:
- Set to
enabledto allow access to instance tags from the instance metadata. Set todisabledto turn off access to instance tags from the instance metadata. For more information, see View tags for your EC2 instances using instance metadata.Default:
disabled - See Also:
-
instanceMetadataTagsAsString
Set to
enabledto allow access to instance tags from the instance metadata. Set todisabledto turn off access to instance tags from the instance metadata. For more information, see View tags for your EC2 instances using instance metadata.Default:
disabledIf the service returns an enum value that is not available in the current SDK version,
instanceMetadataTagswill returnLaunchTemplateInstanceMetadataTagsState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominstanceMetadataTagsAsString().- Returns:
- Set to
enabledto allow access to instance tags from the instance metadata. Set todisabledto turn off access to instance tags from the instance metadata. For more information, see View tags for your EC2 instances using instance metadata.Default:
disabled - See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<LaunchTemplateInstanceMetadataOptionsRequest.Builder,LaunchTemplateInstanceMetadataOptionsRequest>
-
builder
-
serializableBuilderClass
public static Class<? extends LaunchTemplateInstanceMetadataOptionsRequest.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-