Interface InstanceMetadataOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceMetadataOptions.Builder,,InstanceMetadataOptions> SdkBuilder<InstanceMetadataOptions.Builder,,InstanceMetadataOptions> SdkPojo
- Enclosing class:
InstanceMetadataOptions
-
Method Summary
Modifier and TypeMethodDescriptionhttpPutResponseHopLimit(Integer httpPutResponseHopLimit) Limit the number of hops that an instance metadata request can traverse to reach its destination.httpTokens(String httpTokens) Indicates whether a signed token header is required for instance metadata retrieval requests.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
httpTokens
Indicates whether a signed token header is required for instance metadata retrieval requests. The values affect the response as follows:
-
required – When you retrieve the IAM role credentials, version 2.0 credentials are returned in all cases.
-
optional – You can include a signed token header in your request to retrieve instance metadata, or you can leave it out. If you include it, version 2.0 credentials are returned for the IAM role. Otherwise, version 1.0 credentials are returned.
If you don't set a value, the EC2 launch default applies to the build and test instances. That default depends on the base AMI and any account-level instance metadata defaults. For more information, see Configure the instance metadata options in the Amazon EC2 User Guide .
- Parameters:
httpTokens- Indicates whether a signed token header is required for instance metadata retrieval requests. The values affect the response as follows:-
required – When you retrieve the IAM role credentials, version 2.0 credentials are returned in all cases.
-
optional – You can include a signed token header in your request to retrieve instance metadata, or you can leave it out. If you include it, version 2.0 credentials are returned for the IAM role. Otherwise, version 1.0 credentials are returned.
If you don't set a value, the EC2 launch default applies to the build and test instances. That default depends on the base AMI and any account-level instance metadata defaults. For more information, see Configure the instance metadata options in the Amazon EC2 User Guide .
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
httpPutResponseHopLimit
Limit the number of hops that an instance metadata request can traverse to reach its destination. If you don't set a value, the EC2 launch default for the instance applies. If HTTP tokens are required, container image builds need a minimum of two hops.
- Parameters:
httpPutResponseHopLimit- Limit the number of hops that an instance metadata request can traverse to reach its destination. If you don't set a value, the EC2 launch default for the instance applies. If HTTP tokens are required, container image builds need a minimum of two hops.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-