Interface ListConfigurationCheckDefinitionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListConfigurationCheckDefinitionsResponse.Builder,
,ListConfigurationCheckDefinitionsResponse> SdkBuilder<ListConfigurationCheckDefinitionsResponse.Builder,
,ListConfigurationCheckDefinitionsResponse> SdkPojo
,SdkResponse.Builder
,SsmSapResponse.Builder
- Enclosing class:
ListConfigurationCheckDefinitionsResponse
@Mutable
@NotThreadSafe
public static interface ListConfigurationCheckDefinitionsResponse.Builder
extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationCheckDefinitionsResponse.Builder,ListConfigurationCheckDefinitionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationChecks
(Collection<ConfigurationCheckDefinition> configurationChecks) The configuration check types supported by AWS Systems Manager for SAP.configurationChecks
(Consumer<ConfigurationCheckDefinition.Builder>... configurationChecks) The configuration check types supported by AWS Systems Manager for SAP.configurationChecks
(ConfigurationCheckDefinition... configurationChecks) The configuration check types supported by AWS Systems Manager for SAP.The token to use to retrieve the next page of results.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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.ssmsap.model.SsmSapResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
configurationChecks
ListConfigurationCheckDefinitionsResponse.Builder configurationChecks(Collection<ConfigurationCheckDefinition> configurationChecks) The configuration check types supported by AWS Systems Manager for SAP.
- Parameters:
configurationChecks
- The configuration check types supported by AWS Systems Manager for SAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationChecks
ListConfigurationCheckDefinitionsResponse.Builder configurationChecks(ConfigurationCheckDefinition... configurationChecks) The configuration check types supported by AWS Systems Manager for SAP.
- Parameters:
configurationChecks
- The configuration check types supported by AWS Systems Manager for SAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationChecks
ListConfigurationCheckDefinitionsResponse.Builder configurationChecks(Consumer<ConfigurationCheckDefinition.Builder>... configurationChecks) The configuration check types supported by AWS Systems Manager for SAP.
This is a convenience method that creates an instance of theConfigurationCheckDefinition.Builder
avoiding the need to create one manually viaConfigurationCheckDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfigurationChecks(List<ConfigurationCheckDefinition>)
.- Parameters:
configurationChecks
- a consumer that will call methods onConfigurationCheckDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-