Interface AwsAutoScalingLaunchConfigurationMetadataOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsAutoScalingLaunchConfigurationMetadataOptions.Builder,
,AwsAutoScalingLaunchConfigurationMetadataOptions> SdkBuilder<AwsAutoScalingLaunchConfigurationMetadataOptions.Builder,
,AwsAutoScalingLaunchConfigurationMetadataOptions> SdkPojo
- Enclosing class:
AwsAutoScalingLaunchConfigurationMetadataOptions
public static interface AwsAutoScalingLaunchConfigurationMetadataOptions.Builder
extends SdkPojo, CopyableBuilder<AwsAutoScalingLaunchConfigurationMetadataOptions.Builder,AwsAutoScalingLaunchConfigurationMetadataOptions>
-
Method Summary
Modifier and TypeMethodDescriptionhttpEndpoint
(String httpEndpoint) Enables or disables the HTTP metadata endpoint on your instances.httpPutResponseHopLimit
(Integer httpPutResponseHopLimit) The HTTPPUT
response hop limit for instance metadata requests.httpTokens
(String httpTokens) Indicates whether token usage isrequired
oroptional
for metadata requests.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
httpEndpoint
Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.
- Parameters:
httpEndpoint
- Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPutResponseHopLimit
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.- Parameters:
httpPutResponseHopLimit
- The HTTPPUT
response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpTokens
Indicates whether token usage is
required
oroptional
for metadata requests. By default, token usage isoptional
.- Parameters:
httpTokens
- Indicates whether token usage isrequired
oroptional
for metadata requests. By default, token usage isoptional
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-