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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsAutoScalingLaunchConfigurationMetadataOptions.BuilderhttpEndpoint(String httpEndpoint)Enables or disables the HTTP metadata endpoint on your instances.AwsAutoScalingLaunchConfigurationMetadataOptions.BuilderhttpPutResponseHopLimit(Integer httpPutResponseHopLimit)The HTTPPUTresponse hop limit for instance metadata requests.AwsAutoScalingLaunchConfigurationMetadataOptions.BuilderhttpTokens(String httpTokens)Indicates whether token usage isrequiredoroptionalfor 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
httpEndpoint
AwsAutoScalingLaunchConfigurationMetadataOptions.Builder httpEndpoint(String 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
PUTresponse hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.- Parameters:
httpPutResponseHopLimit- The HTTPPUTresponse 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
AwsAutoScalingLaunchConfigurationMetadataOptions.Builder httpTokens(String httpTokens)
Indicates whether token usage is
requiredoroptionalfor metadata requests. By default, token usage isoptional.- Parameters:
httpTokens- Indicates whether token usage isrequiredoroptionalfor metadata requests. By default, token usage isoptional.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-