public static interface AwsAutoScalingLaunchConfigurationMetadataOptions.Builder extends SdkPojo, CopyableBuilder<AwsAutoScalingLaunchConfigurationMetadataOptions.Builder,AwsAutoScalingLaunchConfigurationMetadataOptions>
| Modifier and Type | Method and Description |
|---|---|
AwsAutoScalingLaunchConfigurationMetadataOptions.Builder |
httpEndpoint(String httpEndpoint)
Enables or disables the HTTP metadata endpoint on your instances.
|
AwsAutoScalingLaunchConfigurationMetadataOptions.Builder |
httpPutResponseHopLimit(Integer httpPutResponseHopLimit)
The HTTP
PUT response hop limit for instance metadata requests. |
AwsAutoScalingLaunchConfigurationMetadataOptions.Builder |
httpTokens(String httpTokens)
Indicates whether token usage is
required or optional for metadata requests. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsAutoScalingLaunchConfigurationMetadataOptions.Builder httpEndpoint(String httpEndpoint)
Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.
httpEndpoint - Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is
enabled.AwsAutoScalingLaunchConfigurationMetadataOptions.Builder httpPutResponseHopLimit(Integer httpPutResponseHopLimit)
The HTTP PUT response hop limit for instance metadata requests. The larger the number, the
further instance metadata requests can travel.
httpPutResponseHopLimit - The HTTP PUT response hop limit for instance metadata requests. The larger the number,
the further instance metadata requests can travel.AwsAutoScalingLaunchConfigurationMetadataOptions.Builder httpTokens(String httpTokens)
Indicates whether token usage is required or optional for metadata requests. By
default, token usage is optional.
httpTokens - Indicates whether token usage is required or optional for metadata requests.
By default, token usage is optional.Copyright © 2023. All rights reserved.