Interface CreateResourceExplorerSetupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateResourceExplorerSetupRequest.Builder,
,CreateResourceExplorerSetupRequest> ResourceExplorer2Request.Builder
,SdkBuilder<CreateResourceExplorerSetupRequest.Builder,
,CreateResourceExplorerSetupRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateResourceExplorerSetupRequest
-
Method Summary
Modifier and TypeMethodDescriptionaggregatorRegions
(String... aggregatorRegions) A list of Amazon Web Services Regions that should be configured as aggregator Regions.aggregatorRegions
(Collection<String> aggregatorRegions) A list of Amazon Web Services Regions that should be configured as aggregator Regions.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 where Resource Explorer should be configured.regionList
(Collection<String> regionList) A list of Amazon Web Services Regions where Resource Explorer should be configured.The name for the view to be created as part of the Resource Explorer setup.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 where Resource Explorer should be configured. Each Region in the list will have a user-owned index created.
- Parameters:
regionList
- A list of Amazon Web Services Regions where Resource Explorer should be configured. Each Region in the list will have a user-owned index created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionList
A list of Amazon Web Services Regions where Resource Explorer should be configured. Each Region in the list will have a user-owned index created.
- Parameters:
regionList
- A list of Amazon Web Services Regions where Resource Explorer should be configured. Each Region in the list will have a user-owned index created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregatorRegions
A list of Amazon Web Services Regions that should be configured as aggregator Regions. Aggregator Regions receive replicated index information from all other Regions where there is a user-owned index.
- Parameters:
aggregatorRegions
- A list of Amazon Web Services Regions that should be configured as aggregator Regions. Aggregator Regions receive replicated index information from all other Regions where there is a user-owned index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregatorRegions
A list of Amazon Web Services Regions that should be configured as aggregator Regions. Aggregator Regions receive replicated index information from all other Regions where there is a user-owned index.
- Parameters:
aggregatorRegions
- A list of Amazon Web Services Regions that should be configured as aggregator Regions. Aggregator Regions receive replicated index information from all other Regions where there is a user-owned index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewName
The name for the view to be created as part of the Resource Explorer setup. The view name must be unique within the Amazon Web Services account and Region.
- Parameters:
viewName
- The name for the view to be created as part of the Resource Explorer setup. The view name must be unique within the Amazon Web Services account and Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateResourceExplorerSetupRequest.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
CreateResourceExplorerSetupRequest.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.
-