CopyableBuilder<DescribeResourceGroupsRequest.Builder,DescribeResourceGroupsRequest>, SdkBuilder<DescribeResourceGroupsRequest.Builder,DescribeResourceGroupsRequest>public static interface DescribeResourceGroupsRequest.Builder extends CopyableBuilder<DescribeResourceGroupsRequest.Builder,DescribeResourceGroupsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeResourceGroupsRequest.Builder |
resourceGroupArns(String... resourceGroupArns) |
The ARN that specifies the resource group that you want to describe.
|
DescribeResourceGroupsRequest.Builder |
resourceGroupArns(Collection<String> resourceGroupArns) |
The ARN that specifies the resource group that you want to describe.
|
copyapply, buildDescribeResourceGroupsRequest.Builder resourceGroupArns(Collection<String> resourceGroupArns)
The ARN that specifies the resource group that you want to describe.
resourceGroupArns - The ARN that specifies the resource group that you want to describe.DescribeResourceGroupsRequest.Builder resourceGroupArns(String... resourceGroupArns)
The ARN that specifies the resource group that you want to describe.
NOTE: This method appends the values to the existing list (if any). Use
#setResourceGroupArns(java.util.Collection) or #withResourceGroupArns(java.util.Collection)
if you want to override the existing values.
resourceGroupArns - The ARN that specifies the resource group that you want to describe.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.