Interface ListCommonControlsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ControlCatalogRequest.Builder,CopyableBuilder<ListCommonControlsRequest.Builder,ListCommonControlsRequest>,SdkBuilder<ListCommonControlsRequest.Builder,ListCommonControlsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCommonControlsRequest
public static interface ListCommonControlsRequest.Builder extends ControlCatalogRequest.Builder, SdkPojo, CopyableBuilder<ListCommonControlsRequest.Builder,ListCommonControlsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListCommonControlsRequest.BuildercommonControlFilter(Consumer<CommonControlFilter.Builder> commonControlFilter)An optional filter that narrows the results to a specific objective.ListCommonControlsRequest.BuildercommonControlFilter(CommonControlFilter commonControlFilter)An optional filter that narrows the results to a specific objective.ListCommonControlsRequest.BuildermaxResults(Integer maxResults)The maximum number of results on a page or for an API request call.ListCommonControlsRequest.BuildernextToken(String nextToken)The pagination token that's used to fetch the next set of results.ListCommonControlsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCommonControlsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
commonControlFilter
ListCommonControlsRequest.Builder commonControlFilter(CommonControlFilter commonControlFilter)
An optional filter that narrows the results to a specific objective.
This filter allows you to specify one objective ARN at a time. Passing multiple ARNs in the
CommonControlFilterisn’t currently supported.- Parameters:
commonControlFilter- An optional filter that narrows the results to a specific objective.This filter allows you to specify one objective ARN at a time. Passing multiple ARNs in the
CommonControlFilterisn’t currently supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
commonControlFilter
default ListCommonControlsRequest.Builder commonControlFilter(Consumer<CommonControlFilter.Builder> commonControlFilter)
An optional filter that narrows the results to a specific objective.
This filter allows you to specify one objective ARN at a time. Passing multiple ARNs in the
This is a convenience method that creates an instance of theCommonControlFilterisn’t currently supported.CommonControlFilter.Builderavoiding the need to create one manually viaCommonControlFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocommonControlFilter(CommonControlFilter).- Parameters:
commonControlFilter- a consumer that will call methods onCommonControlFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
commonControlFilter(CommonControlFilter)
-
maxResults
ListCommonControlsRequest.Builder maxResults(Integer 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.
-
nextToken
ListCommonControlsRequest.Builder nextToken(String 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.
-
overrideConfiguration
ListCommonControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCommonControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-