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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListKeywordsForDataSourceRequest.BuildermaxResults(Integer maxResults)Represents the maximum number of results on a page or for an API request call.ListKeywordsForDataSourceRequest.BuildernextToken(String nextToken)The pagination token that's used to fetch the next set of results.ListKeywordsForDataSourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListKeywordsForDataSourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListKeywordsForDataSourceRequest.Buildersource(String source)The control mapping data source that the keywords apply to.ListKeywordsForDataSourceRequest.Buildersource(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 Detail
-
source
ListKeywordsForDataSourceRequest.Builder source(String 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:
DataSourceType,DataSourceType
-
source
ListKeywordsForDataSourceRequest.Builder source(DataSourceType 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:
DataSourceType,DataSourceType
-
nextToken
ListKeywordsForDataSourceRequest.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.
-
maxResults
ListKeywordsForDataSourceRequest.Builder maxResults(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListKeywordsForDataSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-