public static interface GroupResourcesRequest.Builder extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<GroupResourcesRequest.Builder,GroupResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
GroupResourcesRequest.Builder |
group(String group)
The name or the ARN of the resource group to add resources to.
|
GroupResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GroupResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GroupResourcesRequest.Builder |
resourceArns(Collection<String> resourceArns)
The list of ARNs of the resources to be added to the group.
|
GroupResourcesRequest.Builder |
resourceArns(String... resourceArns)
The list of ARNs of the resources to be added to the group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGroupResourcesRequest.Builder group(String group)
The name or the ARN of the resource group to add resources to.
group - The name or the ARN of the resource group to add resources to.GroupResourcesRequest.Builder resourceArns(Collection<String> resourceArns)
The list of ARNs of the resources to be added to the group.
resourceArns - The list of ARNs of the resources to be added to the group.GroupResourcesRequest.Builder resourceArns(String... resourceArns)
The list of ARNs of the resources to be added to the group.
resourceArns - The list of ARNs of the resources to be added to the group.GroupResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGroupResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.