public static interface AwsEc2InstanceMetadataOptions.Builder extends SdkPojo, CopyableBuilder<AwsEc2InstanceMetadataOptions.Builder,AwsEc2InstanceMetadataOptions>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2InstanceMetadataOptions.Builder |
httpEndpoint(String httpEndpoint)
Enables or disables the HTTP metadata endpoint on the instance.
|
AwsEc2InstanceMetadataOptions.Builder |
httpProtocolIpv6(String httpProtocolIpv6)
Enables or disables the IPv6 endpoint for the instance metadata service.
|
AwsEc2InstanceMetadataOptions.Builder |
httpPutResponseHopLimit(Integer httpPutResponseHopLimit)
The desired HTTP PUT response hop limit for instance metadata requests.
|
AwsEc2InstanceMetadataOptions.Builder |
httpTokens(String httpTokens)
The state of token usage for your instance metadata requests.
|
AwsEc2InstanceMetadataOptions.Builder |
instanceMetadataTags(String instanceMetadataTags)
Specifies whether to allow access to instance tags from the instance metadata.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2InstanceMetadataOptions.Builder httpEndpoint(String httpEndpoint)
Enables or disables the HTTP metadata endpoint on the instance.
httpEndpoint - Enables or disables the HTTP metadata endpoint on the instance.AwsEc2InstanceMetadataOptions.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.AwsEc2InstanceMetadataOptions.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.AwsEc2InstanceMetadataOptions.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.AwsEc2InstanceMetadataOptions.Builder instanceMetadataTags(String instanceMetadataTags)
Specifies whether to allow access to instance tags from the instance metadata.
instanceMetadataTags - Specifies whether to allow access to instance tags from the instance metadata.Copyright © 2023. All rights reserved.