Class CfnLaunchTemplatePropsMixin.MetadataOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnLaunchTemplatePropsMixin.MetadataOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLaunchTemplatePropsMixin.MetadataOptionsProperty>
- Enclosing interface:
CfnLaunchTemplatePropsMixin.MetadataOptionsProperty
@Stability(Stable)
public static final class CfnLaunchTemplatePropsMixin.MetadataOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLaunchTemplatePropsMixin.MetadataOptionsProperty>
A builder for
CfnLaunchTemplatePropsMixin.MetadataOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.httpEndpoint(String httpEndpoint) Sets the value ofCfnLaunchTemplatePropsMixin.MetadataOptionsProperty.getHttpEndpoint()httpProtocolIpv6(String httpProtocolIpv6) httpPutResponseHopLimit(Number httpPutResponseHopLimit) httpTokens(String httpTokens) Sets the value ofCfnLaunchTemplatePropsMixin.MetadataOptionsProperty.getHttpTokens()instanceMetadataTags(String instanceMetadataTags)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
httpEndpoint
@Stability(Stable) public CfnLaunchTemplatePropsMixin.MetadataOptionsProperty.Builder httpEndpoint(String httpEndpoint) Sets the value ofCfnLaunchTemplatePropsMixin.MetadataOptionsProperty.getHttpEndpoint()- Parameters:
httpEndpoint- Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state isenabled.If you specify a value of
disabled, you will not be able to access your instance metadata.- Returns:
this
-
httpProtocolIpv6
@Stability(Stable) public CfnLaunchTemplatePropsMixin.MetadataOptionsProperty.Builder httpProtocolIpv6(String httpProtocolIpv6) - Parameters:
httpProtocolIpv6- Enables or disables the IPv6 endpoint for the instance metadata service. Default:disabled- Returns:
this
-
httpPutResponseHopLimit
@Stability(Stable) public CfnLaunchTemplatePropsMixin.MetadataOptionsProperty.Builder httpPutResponseHopLimit(Number httpPutResponseHopLimit) - Parameters:
httpPutResponseHopLimit- The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.Default:
1Possible values: Integers from 1 to 64
- Returns:
this
-
httpTokens
@Stability(Stable) public CfnLaunchTemplatePropsMixin.MetadataOptionsProperty.Builder httpTokens(String httpTokens) Sets the value ofCfnLaunchTemplatePropsMixin.MetadataOptionsProperty.getHttpTokens()- Parameters:
httpTokens- Indicates whether IMDSv2 is required.optional- IMDSv2 is optional. You can choose whether to send a session token in your instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role credentials.required- IMDSv2 is required. You must send a session token in your instance metadata retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.
Default: If the value of
ImdsSupportfor the Amazon Machine Image (AMI) for your instance isv2.0, the default isrequired.- Returns:
this
-
instanceMetadataTags
@Stability(Stable) public CfnLaunchTemplatePropsMixin.MetadataOptionsProperty.Builder instanceMetadataTags(String instanceMetadataTags) - Parameters:
instanceMetadataTags- Set toenabledto allow access to instance tags from the instance metadata. Set todisabledto turn off access to instance tags from the instance metadata. For more information, see View tags for your EC2 instances using instance metadata .Default:
disabled- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLaunchTemplatePropsMixin.MetadataOptionsProperty>- Returns:
- a new instance of
CfnLaunchTemplatePropsMixin.MetadataOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-