Interface DeleteResourceExplorerSetupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteResourceExplorerSetupRequest.Builder,
,DeleteResourceExplorerSetupRequest> ResourceExplorer2Request.Builder
,SdkBuilder<DeleteResourceExplorerSetupRequest.Builder,
,DeleteResourceExplorerSetupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteResourceExplorerSetupRequest
@Mutable
@NotThreadSafe
public static interface DeleteResourceExplorerSetupRequest.Builder
extends ResourceExplorer2Request.Builder, SdkPojo, CopyableBuilder<DeleteResourceExplorerSetupRequest.Builder,DeleteResourceExplorerSetupRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondeleteInAllRegions
(Boolean deleteInAllRegions) Specifies whether to delete Resource Explorer configuration from all Regions where it is currently enabled.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.regionList
(String... regionList) A list of Amazon Web Services Regions from which to delete the Resource Explorer configuration.regionList
(Collection<String> regionList) A list of Amazon Web Services Regions from which to delete the Resource Explorer configuration.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.resourceexplorer2.model.ResourceExplorer2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
regionList
A list of Amazon Web Services Regions from which to delete the Resource Explorer configuration. If not specified, the operation uses the
DeleteInAllRegions
parameter to determine scope.- Parameters:
regionList
- A list of Amazon Web Services Regions from which to delete the Resource Explorer configuration. If not specified, the operation uses theDeleteInAllRegions
parameter to determine scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionList
A list of Amazon Web Services Regions from which to delete the Resource Explorer configuration. If not specified, the operation uses the
DeleteInAllRegions
parameter to determine scope.- Parameters:
regionList
- A list of Amazon Web Services Regions from which to delete the Resource Explorer configuration. If not specified, the operation uses theDeleteInAllRegions
parameter to determine scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteInAllRegions
Specifies whether to delete Resource Explorer configuration from all Regions where it is currently enabled. If this parameter is set to
true
, a value forRegionList
must not be provided. Otherwise, the operation fails with aValidationException
error.- Parameters:
deleteInAllRegions
- Specifies whether to delete Resource Explorer configuration from all Regions where it is currently enabled. If this parameter is set totrue
, a value forRegionList
must not be provided. Otherwise, the operation fails with aValidationException
error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteResourceExplorerSetupRequest.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
DeleteResourceExplorerSetupRequest.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.
-