Interface ListControlMappingsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ControlCatalogRequest.Builder
,CopyableBuilder<ListControlMappingsRequest.Builder,
,ListControlMappingsRequest> SdkBuilder<ListControlMappingsRequest.Builder,
,ListControlMappingsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListControlMappingsRequest
@Mutable
@NotThreadSafe
public static interface ListControlMappingsRequest.Builder
extends ControlCatalogRequest.Builder, SdkPojo, CopyableBuilder<ListControlMappingsRequest.Builder,ListControlMappingsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfilter
(Consumer<ControlMappingFilter.Builder> filter) An optional filter that narrows the results to specific control mappings based on control ARNs, common control ARNs, or mapping types.filter
(ControlMappingFilter filter) An optional filter that narrows the results to specific control mappings based on control ARNs, common control ARNs, or mapping types.maxResults
(Integer maxResults) The maximum number of results on a page or for an API request call.The pagination token that's used to fetch the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.controlcatalog.model.ControlCatalogRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
nextToken
The pagination token that's used to fetch the next set of results.
- Parameters:
nextToken
- The pagination token that's used to fetch the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results on a page or for an API request call.
- Parameters:
maxResults
- The maximum number of results on a page or for an API request call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
An optional filter that narrows the results to specific control mappings based on control ARNs, common control ARNs, or mapping types.
- Parameters:
filter
- An optional filter that narrows the results to specific control mappings based on control ARNs, common control ARNs, or mapping types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
An optional filter that narrows the results to specific control mappings based on control ARNs, common control ARNs, or mapping types.
This is a convenience method that creates an instance of theControlMappingFilter.Builder
avoiding the need to create one manually viaControlMappingFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilter(ControlMappingFilter)
.- Parameters:
filter
- a consumer that will call methods onControlMappingFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListControlMappingsRequest.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
ListControlMappingsRequest.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.
-