Interface ListConfigurationCheckOperationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListConfigurationCheckOperationsResponse.Builder,,ListConfigurationCheckOperationsResponse> SdkBuilder<ListConfigurationCheckOperationsResponse.Builder,,ListConfigurationCheckOperationsResponse> SdkPojo,SdkResponse.Builder,SsmSapResponse.Builder
- Enclosing class:
ListConfigurationCheckOperationsResponse
@Mutable
@NotThreadSafe
public static interface ListConfigurationCheckOperationsResponse.Builder
extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationCheckOperationsResponse.Builder,ListConfigurationCheckOperationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationCheckOperations(Collection<ConfigurationCheckOperation> configurationCheckOperations) The configuration check operations performed by AWS Systems Manager for SAP.configurationCheckOperations(Consumer<ConfigurationCheckOperation.Builder>... configurationCheckOperations) The configuration check operations performed by AWS Systems Manager for SAP.configurationCheckOperations(ConfigurationCheckOperation... configurationCheckOperations) The configuration check operations performed 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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssmsap.model.SsmSapResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
configurationCheckOperations
ListConfigurationCheckOperationsResponse.Builder configurationCheckOperations(Collection<ConfigurationCheckOperation> configurationCheckOperations) The configuration check operations performed by AWS Systems Manager for SAP.
- Parameters:
configurationCheckOperations- The configuration check operations performed by AWS Systems Manager for SAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationCheckOperations
ListConfigurationCheckOperationsResponse.Builder configurationCheckOperations(ConfigurationCheckOperation... configurationCheckOperations) The configuration check operations performed by AWS Systems Manager for SAP.
- Parameters:
configurationCheckOperations- The configuration check operations performed by AWS Systems Manager for SAP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationCheckOperations
ListConfigurationCheckOperationsResponse.Builder configurationCheckOperations(Consumer<ConfigurationCheckOperation.Builder>... configurationCheckOperations) The configuration check operations performed by AWS Systems Manager for SAP.
This is a convenience method that creates an instance of theConfigurationCheckOperation.Builderavoiding the need to create one manually viaConfigurationCheckOperation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfigurationCheckOperations(List<ConfigurationCheckOperation>).- Parameters:
configurationCheckOperations- a consumer that will call methods onConfigurationCheckOperation.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.
-