Class CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty>
- Enclosing interface:
CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty
@Stability(Stable)
public static final class CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty>
-
Constructor Summary
-
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 CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty.Builder httpPutResponseHopLimit(Number httpPutResponseHopLimit) Sets the value ofCfnInfrastructureConfiguration.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 CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty.Builder httpTokens(String httpTokens) - 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
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty>
- Returns:
- a new instance of
CfnInfrastructureConfiguration.InstanceMetadataOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-