Class LaunchConfigurationMetadataOptions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.launch_configuration.LaunchConfigurationMetadataOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LaunchConfigurationMetadataOptions>
- Enclosing interface:
- LaunchConfigurationMetadataOptions
@Stability(Stable) public static final class LaunchConfigurationMetadataOptions.Builder extends Object implements software.amazon.jsii.Builder<LaunchConfigurationMetadataOptions>
A builder forLaunchConfigurationMetadataOptions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LaunchConfigurationMetadataOptionsbuild()Builds the configured instance.LaunchConfigurationMetadataOptions.BuilderhttpEndpoint(String httpEndpoint)Sets the value ofLaunchConfigurationMetadataOptions.getHttpEndpoint()LaunchConfigurationMetadataOptions.BuilderhttpPutResponseHopLimit(Number httpPutResponseHopLimit)Sets the value ofLaunchConfigurationMetadataOptions.getHttpPutResponseHopLimit()LaunchConfigurationMetadataOptions.BuilderhttpTokens(String httpTokens)Sets the value ofLaunchConfigurationMetadataOptions.getHttpTokens()
-
-
-
Method Detail
-
httpEndpoint
@Stability(Stable) public LaunchConfigurationMetadataOptions.Builder httpEndpoint(String httpEndpoint)
Sets the value ofLaunchConfigurationMetadataOptions.getHttpEndpoint()- Parameters:
httpEndpoint- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#http_endpoint LaunchConfiguration#http_endpoint}.- Returns:
this
-
httpPutResponseHopLimit
@Stability(Stable) public LaunchConfigurationMetadataOptions.Builder httpPutResponseHopLimit(Number httpPutResponseHopLimit)
Sets the value ofLaunchConfigurationMetadataOptions.getHttpPutResponseHopLimit()- Parameters:
httpPutResponseHopLimit- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#http_put_response_hop_limit LaunchConfiguration#http_put_response_hop_limit}.- Returns:
this
-
httpTokens
@Stability(Stable) public LaunchConfigurationMetadataOptions.Builder httpTokens(String httpTokens)
Sets the value ofLaunchConfigurationMetadataOptions.getHttpTokens()- Parameters:
httpTokens- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#http_tokens LaunchConfiguration#http_tokens}.- Returns:
this
-
build
@Stability(Stable) public LaunchConfigurationMetadataOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LaunchConfigurationMetadataOptions>- Returns:
- a new instance of
LaunchConfigurationMetadataOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-