Interface GroupResourcesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GroupResourcesRequest.Builder,
,GroupResourcesRequest> ResourceGroupsRequest.Builder
,SdkBuilder<GroupResourcesRequest.Builder,
,GroupResourcesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GroupResourcesRequest
public static interface GroupResourcesRequest.Builder
extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<GroupResourcesRequest.Builder,GroupResourcesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name or the Amazon resource name (ARN) of the resource group to add resources to.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceArns
(String... resourceArns) The list of Amazon resource names (ARNs) of the resources to be added to the group.resourceArns
(Collection<String> resourceArns) The list of Amazon resource names (ARNs) of the resources to be added to the group.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.resourcegroups.model.ResourceGroupsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
group
The name or the Amazon resource name (ARN) of the resource group to add resources to.
- Parameters:
group
- The name or the Amazon resource name (ARN) of the resource group to add resources to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
The list of Amazon resource names (ARNs) of the resources to be added to the group.
- Parameters:
resourceArns
- The list of Amazon resource names (ARNs) of the resources to be added to the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
The list of Amazon resource names (ARNs) of the resources to be added to the group.
- Parameters:
resourceArns
- The list of Amazon resource names (ARNs) of the resources to be added to the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GroupResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GroupResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-