CopyableBuilder<ResourceGroup.Builder,ResourceGroup>
, SdkBuilder<ResourceGroup.Builder,ResourceGroup>
public static interface ResourceGroup.Builder extends CopyableBuilder<ResourceGroup.Builder,ResourceGroup>
Modifier and Type | Method | Description |
---|---|---|
ResourceGroup.Builder |
arn(String arn) |
The ARN of the resource group.
|
ResourceGroup.Builder |
createdAt(Date createdAt) |
The time at which resource group is created.
|
ResourceGroup.Builder |
tags(Collection<ResourceGroupTag> tags) |
The tags (key and value pairs) of the resource group.
|
ResourceGroup.Builder |
tags(ResourceGroupTag... tags) |
The tags (key and value pairs) of the resource group.
|
copy
apply, build
ResourceGroup.Builder arn(String arn)
The ARN of the resource group.
arn
- The ARN of the resource group.ResourceGroup.Builder tags(Collection<ResourceGroupTag> tags)
The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.
tags
- The tags (key and value pairs) of the resource group. This data type property is used in the
CreateResourceGroup action.ResourceGroup.Builder tags(ResourceGroupTag... tags)
The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags (key and value pairs) of the resource group. This data type property is used in the
CreateResourceGroup action.ResourceGroup.Builder createdAt(Date createdAt)
The time at which resource group is created.
createdAt
- The time at which resource group is created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.