@Stability(value=Stable) public static final class CfnResourceCollection.TagCollectionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceCollection.TagCollectionProperty>
CfnResourceCollection.TagCollectionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceCollection.TagCollectionProperty.Builder |
appBoundaryKey(String appBoundaryKey)
Sets the value of
CfnResourceCollection.TagCollectionProperty.getAppBoundaryKey() |
CfnResourceCollection.TagCollectionProperty |
build()
Builds the configured instance.
|
CfnResourceCollection.TagCollectionProperty.Builder |
tagValues(List<String> tagValues)
Sets the value of
CfnResourceCollection.TagCollectionProperty.getTagValues() |
@Stability(value=Stable) public CfnResourceCollection.TagCollectionProperty.Builder appBoundaryKey(String appBoundaryKey)
CfnResourceCollection.TagCollectionProperty.getAppBoundaryKey()appBoundaryKey - An AWS tag *key* that is used to identify the AWS resources that DevOps Guru analyzes.
All AWS resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
The string used for a key in a tag that you use to define your resource coverage must begin with the prefix
Devops-guru-. The tag key might beDevops-guru-deployment-applicationorDevops-guru-rds-application. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key nameddevops-guru-rdsand a key namedDevOps-Guru-RDS. Possible key / value pairs in your application might beDevops-Guru-production-application/RDSorDevops-Guru-production-application/containers.
this@Stability(value=Stable) public CfnResourceCollection.TagCollectionProperty.Builder tagValues(List<String> tagValues)
CfnResourceCollection.TagCollectionProperty.getTagValues()tagValues - The values in an AWS tag collection.
The tag's value is an optional field used to associate a string with the tag key (for example, 111122223333 , Production , or a team name). The key and value are the tag's key pair. Omitting the tag value is the same as using an empty string. Like tag keys , tag values are case-sensitive. You can specify a maximum of 256 characters for a tag value.this@Stability(value=Stable) public CfnResourceCollection.TagCollectionProperty build()
build in interface software.amazon.jsii.Builder<CfnResourceCollection.TagCollectionProperty>CfnResourceCollection.TagCollectionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.