Class CfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty>
- Enclosing interface:
CfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty
@Stability(Stable)
public static final class CfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.httpPutResponseHopLimit(Number httpPutResponseHopLimit) httpTokens(String httpTokens)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
httpPutResponseHopLimit
@Stability(Stable) public CfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty.Builder httpPutResponseHopLimit(Number httpPutResponseHopLimit) Sets the value ofCfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty.getHttpPutResponseHopLimit()- Parameters:
httpPutResponseHopLimit- Limit the number of hops that an instance metadata request can traverse to reach its destination. The default is one hop. However, if HTTP tokens are required, container image builds need a minimum of two hops.- Returns:
this
-
httpTokens
@Stability(Stable) public CfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty.Builder httpTokens(String httpTokens) Sets the value ofCfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty.getHttpTokens()- Parameters:
httpTokens- Indicates whether a signed token header is required for instance metadata retrieval requests. The values affect the response as follows:- required – When you retrieve the IAM role credentials, version 2.0 credentials are returned in all cases.
- optional – You can include a signed token header in your request to retrieve instance metadata, or you can leave it out. If you include it, version 2.0 credentials are returned for the IAM role. Otherwise, version 1.0 credentials are returned.
The default setting is optional .
- Returns:
this
-
build
@Stability(Stable) public CfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty>- Returns:
- a new instance of
CfnInfrastructureConfigurationPropsMixin.InstanceMetadataOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-