@Stability(value=Stable) public static final class CfnApp.PhysicalResourceIdProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApp.PhysicalResourceIdProperty>
CfnApp.PhysicalResourceIdProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApp.PhysicalResourceIdProperty.Builder |
awsAccountId(String awsAccountId)
Sets the value of
CfnApp.PhysicalResourceIdProperty.getAwsAccountId() |
CfnApp.PhysicalResourceIdProperty.Builder |
awsRegion(String awsRegion)
Sets the value of
CfnApp.PhysicalResourceIdProperty.getAwsRegion() |
CfnApp.PhysicalResourceIdProperty |
build()
Builds the configured instance.
|
CfnApp.PhysicalResourceIdProperty.Builder |
identifier(String identifier)
Sets the value of
CfnApp.PhysicalResourceIdProperty.getIdentifier() |
CfnApp.PhysicalResourceIdProperty.Builder |
type(String type)
Sets the value of
CfnApp.PhysicalResourceIdProperty.getType() |
@Stability(value=Stable) public CfnApp.PhysicalResourceIdProperty.Builder identifier(String identifier)
CfnApp.PhysicalResourceIdProperty.getIdentifier()identifier - The identifier of the physical resource. This parameter is required.this@Stability(value=Stable) public CfnApp.PhysicalResourceIdProperty.Builder type(String type)
CfnApp.PhysicalResourceIdProperty.getType()type - Specifies the type of physical resource identifier. This parameter is required.
this@Stability(value=Stable) public CfnApp.PhysicalResourceIdProperty.Builder awsAccountId(String awsAccountId)
CfnApp.PhysicalResourceIdProperty.getAwsAccountId()awsAccountId - The AWS account that owns the physical resource.this@Stability(value=Stable) public CfnApp.PhysicalResourceIdProperty.Builder awsRegion(String awsRegion)
CfnApp.PhysicalResourceIdProperty.getAwsRegion()awsRegion - The AWS Region that the physical resource is located in.this@Stability(value=Stable) public CfnApp.PhysicalResourceIdProperty build()
build in interface software.amazon.jsii.Builder<CfnApp.PhysicalResourceIdProperty>CfnApp.PhysicalResourceIdPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.