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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.resourceexplorer2.model.ResourceExplorer2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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
DeleteInAllRegionsparameter 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 theDeleteInAllRegionsparameter 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
DeleteInAllRegionsparameter 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 theDeleteInAllRegionsparameter 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 forRegionListmust not be provided. Otherwise, the operation fails with aValidationExceptionerror.- 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 forRegionListmust not be provided. Otherwise, the operation fails with aValidationExceptionerror.- 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-