Interface ListKeywordsForDataSourceRequest.Builder
- All Superinterfaces:
AuditManagerRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<ListKeywordsForDataSourceRequest.Builder,
,ListKeywordsForDataSourceRequest> SdkBuilder<ListKeywordsForDataSourceRequest.Builder,
,ListKeywordsForDataSourceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListKeywordsForDataSourceRequest
public static interface ListKeywordsForDataSourceRequest.Builder
extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<ListKeywordsForDataSourceRequest.Builder,ListKeywordsForDataSourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) Represents 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.The control mapping data source that the keywords apply to.source
(DataSourceType source) The control mapping data source that the keywords apply to.Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerRequest.Builder
build
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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
source
The control mapping data source that the keywords apply to.
- Parameters:
source
- The control mapping data source that the keywords apply to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
The control mapping data source that the keywords apply to.
- Parameters:
source
- The control mapping data source that the keywords apply to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
Represents the maximum number of results on a page or for an API request call.
- Parameters:
maxResults
- Represents 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.
-
overrideConfiguration
ListKeywordsForDataSourceRequest.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
ListKeywordsForDataSourceRequest.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.
-