public static interface AwsEc2LaunchTemplateDataMetadataOptionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2LaunchTemplateDataMetadataOptionsDetails.Builder,AwsEc2LaunchTemplateDataMetadataOptionsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2LaunchTemplateDataMetadataOptionsDetails.Builder |
httpEndpoint(String httpEndpoint)
Enables or disables the HTTP metadata endpoint on your instances.
|
AwsEc2LaunchTemplateDataMetadataOptionsDetails.Builder |
httpProtocolIpv6(String httpProtocolIpv6)
Enables or disables the IPv6 endpoint for the instance metadata service.
|
AwsEc2LaunchTemplateDataMetadataOptionsDetails.Builder |
httpPutResponseHopLimit(Integer httpPutResponseHopLimit)
The desired HTTP PUT response hop limit for instance metadata requests.
|
AwsEc2LaunchTemplateDataMetadataOptionsDetails.Builder |
httpTokens(String httpTokens)
The state of token usage for your instance metadata requests.
|
AwsEc2LaunchTemplateDataMetadataOptionsDetails.Builder |
instanceMetadataTags(String instanceMetadataTags)
When set to
enabled, this parameter allows access to instance tags from the instance metadata. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2LaunchTemplateDataMetadataOptionsDetails.Builder httpEndpoint(String httpEndpoint)
Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled, and you won't be able to access your instance metadata.
httpEndpoint - Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified,
the default state is enabled, and you won't be able to access your instance metadata.AwsEc2LaunchTemplateDataMetadataOptionsDetails.Builder httpProtocolIpv6(String httpProtocolIpv6)
Enables or disables the IPv6 endpoint for the instance metadata service.
httpProtocolIpv6 - Enables or disables the IPv6 endpoint for the instance metadata service.AwsEc2LaunchTemplateDataMetadataOptionsDetails.Builder httpTokens(String httpTokens)
The state of token usage for your instance metadata requests.
httpTokens - The state of token usage for your instance metadata requests.AwsEc2LaunchTemplateDataMetadataOptionsDetails.Builder httpPutResponseHopLimit(Integer httpPutResponseHopLimit)
The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.
httpPutResponseHopLimit - The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the
further instance metadata requests can travel.AwsEc2LaunchTemplateDataMetadataOptionsDetails.Builder instanceMetadataTags(String instanceMetadataTags)
When set to enabled, this parameter allows access to instance tags from the instance metadata.
When set to disabled, it turns off access to instance tags from the instance metadata. For more
information, see Work with
instance tags in instance metadata in the Amazon EC2 User Guide.
instanceMetadataTags - When set to enabled, this parameter allows access to instance tags from the instance
metadata. When set to disabled, it turns off access to instance tags from the instance
metadata. For more information, see Work
with instance tags in instance metadata in the Amazon EC2 User Guide.Copyright © 2023. All rights reserved.