public static interface LogicalResourceId.Builder extends SdkPojo, CopyableBuilder<LogicalResourceId.Builder,LogicalResourceId>
| Modifier and Type | Method and Description |
|---|---|
LogicalResourceId.Builder |
identifier(String identifier)
The identifier of the resource.
|
LogicalResourceId.Builder |
logicalStackName(String logicalStackName)
The name of the CloudFormation stack this resource belongs to.
|
LogicalResourceId.Builder |
resourceGroupName(String resourceGroupName)
The name of the resource group that this resource belongs to.
|
LogicalResourceId.Builder |
terraformSourceName(String terraformSourceName)
The name of the Terraform S3 state file this resource belongs to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogicalResourceId.Builder identifier(String identifier)
The identifier of the resource.
identifier - The identifier of the resource.LogicalResourceId.Builder logicalStackName(String logicalStackName)
The name of the CloudFormation stack this resource belongs to.
logicalStackName - The name of the CloudFormation stack this resource belongs to.LogicalResourceId.Builder resourceGroupName(String resourceGroupName)
The name of the resource group that this resource belongs to.
resourceGroupName - The name of the resource group that this resource belongs to.LogicalResourceId.Builder terraformSourceName(String terraformSourceName)
The name of the Terraform S3 state file this resource belongs to.
terraformSourceName - The name of the Terraform S3 state file this resource belongs to.Copyright © 2022. All rights reserved.