Class InstanceMetadataOptions
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceMetadataOptions.Builder,InstanceMetadataOptions>
The metadata options for the instances. For more information, see Configure the instance metadata options in the Amazon EC2 Auto Scaling User Guide.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()This parameter enables or disables the HTTP metadata endpoint on your instances.final StringThis parameter enables or disables the HTTP metadata endpoint on your instances.final IntegerThe desired HTTP PUT response hop limit for instance metadata requests.The state of token usage for your instance metadata requests.final StringThe state of token usage for your instance metadata requests.static Class<? extends InstanceMetadataOptions.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
httpTokens
The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is
optional.If the state is
optional, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.If the state is
required, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available.If the service returns an enum value that is not available in the current SDK version,
httpTokenswill returnInstanceMetadataHttpTokensState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpTokensAsString().- Returns:
- The state of token usage for your instance metadata requests. If the parameter is not specified in the
request, the default state is
optional.If the state is
optional, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.If the state is
required, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available. - See Also:
-
httpTokensAsString
The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is
optional.If the state is
optional, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.If the state is
required, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available.If the service returns an enum value that is not available in the current SDK version,
httpTokenswill returnInstanceMetadataHttpTokensState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpTokensAsString().- Returns:
- The state of token usage for your instance metadata requests. If the parameter is not specified in the
request, the default state is
optional.If the state is
optional, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.If the state is
required, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available. - 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: 1
- 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
-
httpEndpoint
This parameter 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 returnInstanceMetadataEndpointState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpEndpointAsString().- Returns:
- This parameter 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
This parameter 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 returnInstanceMetadataEndpointState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpEndpointAsString().- Returns:
- This parameter 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:
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceMetadataOptions.Builder,InstanceMetadataOptions> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-