Interface ListConfigurationCheckOperationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListConfigurationCheckOperationsRequest.Builder,
,ListConfigurationCheckOperationsRequest> SdkBuilder<ListConfigurationCheckOperationsRequest.Builder,
,ListConfigurationCheckOperationsRequest> SdkPojo
,SdkRequest.Builder
,SsmSapRequest.Builder
- Enclosing class:
ListConfigurationCheckOperationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The ID of the application.filters
(Collection<Filter> filters) The filters of an operation.filters
(Consumer<Filter.Builder>... filters) The filters of an operation.The filters of an operation.The mode for listing configuration check operations.The mode for listing configuration check operations.maxResults
(Integer maxResults) The maximum number of results to return with a single call.The token for the next page 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.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
Methods inherited from interface software.amazon.awssdk.services.ssmsap.model.SsmSapRequest.Builder
build
-
Method Details
-
applicationId
The ID of the application.
- Parameters:
applicationId
- The ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listMode
The mode for listing configuration check operations. Defaults to "LATEST_PER_CHECK".
-
LATEST_PER_CHECK - Will list the latest configuration check operation per check type.
-
ALL_OPERATIONS - Will list all configuration check operations performed on the application.
- Parameters:
listMode
- The mode for listing configuration check operations. Defaults to "LATEST_PER_CHECK".-
LATEST_PER_CHECK - Will list the latest configuration check operation per check type.
-
ALL_OPERATIONS - Will list all configuration check operations performed on the application.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
listMode
ListConfigurationCheckOperationsRequest.Builder listMode(ConfigurationCheckOperationListingMode listMode) The mode for listing configuration check operations. Defaults to "LATEST_PER_CHECK".
-
LATEST_PER_CHECK - Will list the latest configuration check operation per check type.
-
ALL_OPERATIONS - Will list all configuration check operations performed on the application.
- Parameters:
listMode
- The mode for listing configuration check operations. Defaults to "LATEST_PER_CHECK".-
LATEST_PER_CHECK - Will list the latest configuration check operation per check type.
-
ALL_OPERATIONS - Will list all configuration check operations performed on the application.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
maxResults
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
- Parameters:
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next page of results.
- Parameters:
nextToken
- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters of an operation.
- Parameters:
filters
- The filters of an operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters of an operation.
- Parameters:
filters
- The filters of an operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters of an operation.
This is a convenience method that creates an instance of theFilter.Builder
avoiding the need to create one manually viaFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<Filter>)
.- Parameters:
filters
- a consumer that will call methods onFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListConfigurationCheckOperationsRequest.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
ListConfigurationCheckOperationsRequest.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.
-