Class CfnTagSyncTask.Builder
java.lang.Object
software.amazon.awscdk.services.resourcegroups.CfnTagSyncTask.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTagSyncTask>
- Enclosing class:
CfnTagSyncTask
@Stability(Stable)
public static final class CfnTagSyncTask.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTagSyncTask>
A fluent builder for
CfnTagSyncTask.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnTagSyncTask.BuilderThe Amazon resource name (ARN) or name of the application group for which you want to create a tag-sync task.The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.The tag key.The tag value.
-
Method Details
-
create
@Stability(Stable) public static CfnTagSyncTask.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnTagSyncTask.Builder.
-
group
The Amazon resource name (ARN) or name of the application group for which you want to create a tag-sync task.- Parameters:
group- The Amazon resource name (ARN) or name of the application group for which you want to create a tag-sync task. This parameter is required.- Returns:
this- See Also:
-
roleArn
The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.- Parameters:
roleArn- The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf. This parameter is required.- Returns:
this- See Also:
-
tagKey
The tag key.- Parameters:
tagKey- The tag key. This parameter is required.- Returns:
this- See Also:
-
tagValue
The tag value.- Parameters:
tagValue- The tag value. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTagSyncTask>- Returns:
- a newly built instance of
CfnTagSyncTask.
-