Package software.amazon.awscdk.cxapi
Class EnvironmentPlaceholderValues.Builder
java.lang.Object
software.amazon.awscdk.cxapi.EnvironmentPlaceholderValues.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<EnvironmentPlaceholderValues>
- Enclosing interface:
EnvironmentPlaceholderValues
@Stability(Deprecated)
@Deprecated
public static final class EnvironmentPlaceholderValues.Builder
extends Object
implements software.amazon.jsii.Builder<EnvironmentPlaceholderValues>
Deprecated.
A builder for
EnvironmentPlaceholderValues-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
accountId
@Stability(Deprecated) @Deprecated public EnvironmentPlaceholderValues.Builder accountId(String accountId) Deprecated.Sets the value ofEnvironmentPlaceholderValues.getAccountId()- Parameters:
accountId- Return the account. This parameter is required.- Returns:
this
-
partition
@Stability(Deprecated) @Deprecated public EnvironmentPlaceholderValues.Builder partition(String partition) Deprecated.Sets the value ofEnvironmentPlaceholderValues.getPartition()- Parameters:
partition- Return the partition. This parameter is required.- Returns:
this
-
region
@Stability(Deprecated) @Deprecated public EnvironmentPlaceholderValues.Builder region(String region) Deprecated.Sets the value ofEnvironmentPlaceholderValues.getRegion()- Parameters:
region- Return the region. This parameter is required.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EnvironmentPlaceholderValues>- Returns:
- a new instance of
EnvironmentPlaceholderValues - Throws:
NullPointerException- if any required attribute was not provided
-