Interface StartConfigurationChecksResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartConfigurationChecksResponse.Builder,,StartConfigurationChecksResponse> SdkBuilder<StartConfigurationChecksResponse.Builder,,StartConfigurationChecksResponse> SdkPojo,SdkResponse.Builder,SsmSapResponse.Builder
- Enclosing class:
StartConfigurationChecksResponse
@Mutable
@NotThreadSafe
public static interface StartConfigurationChecksResponse.Builder
extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<StartConfigurationChecksResponse.Builder,StartConfigurationChecksResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationCheckOperations(Collection<ConfigurationCheckOperation> configurationCheckOperations) The configuration check operations that were started.configurationCheckOperations(Consumer<ConfigurationCheckOperation.Builder>... configurationCheckOperations) The configuration check operations that were started.configurationCheckOperations(ConfigurationCheckOperation... configurationCheckOperations) The configuration check operations that were started.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
StartConfigurationChecksResponse.Builder configurationCheckOperations(Collection<ConfigurationCheckOperation> configurationCheckOperations) The configuration check operations that were started.
- Parameters:
configurationCheckOperations- The configuration check operations that were started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationCheckOperations
StartConfigurationChecksResponse.Builder configurationCheckOperations(ConfigurationCheckOperation... configurationCheckOperations) The configuration check operations that were started.
- Parameters:
configurationCheckOperations- The configuration check operations that were started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationCheckOperations
StartConfigurationChecksResponse.Builder configurationCheckOperations(Consumer<ConfigurationCheckOperation.Builder>... configurationCheckOperations) The configuration check operations that were started.
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:
-