Interface UngroupResourcesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UngroupResourcesRequest.Builder,
,UngroupResourcesRequest> ResourceGroupsRequest.Builder
,SdkBuilder<UngroupResourcesRequest.Builder,
,UngroupResourcesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UngroupResourcesRequest
public static interface UngroupResourcesRequest.Builder
extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<UngroupResourcesRequest.Builder,UngroupResourcesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name or the ARN of the resource group from which to remove the resources.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceArns
(String... resourceArns) The ARNs of the resources to be removed from the group.resourceArns
(Collection<String> resourceArns) The ARNs of the resources to be removed from 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 ARN of the resource group from which to remove the resources.
- Parameters:
group
- The name or the ARN of the resource group from which to remove the resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
The ARNs of the resources to be removed from the group.
- Parameters:
resourceArns
- The ARNs of the resources to be removed from the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
The ARNs of the resources to be removed from the group.
- Parameters:
resourceArns
- The ARNs of the resources to be removed from the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UngroupResourcesRequest.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
UngroupResourcesRequest.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.
-