Interface GetConfigurationCheckOperationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetConfigurationCheckOperationResponse.Builder,
,GetConfigurationCheckOperationResponse> SdkBuilder<GetConfigurationCheckOperationResponse.Builder,
,GetConfigurationCheckOperationResponse> SdkPojo
,SdkResponse.Builder
,SsmSapResponse.Builder
- Enclosing class:
GetConfigurationCheckOperationResponse
@Mutable
@NotThreadSafe
public static interface GetConfigurationCheckOperationResponse.Builder
extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<GetConfigurationCheckOperationResponse.Builder,GetConfigurationCheckOperationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationCheckOperation
(Consumer<ConfigurationCheckOperation.Builder> configurationCheckOperation) Returns the details of a configuration check operation.configurationCheckOperation
(ConfigurationCheckOperation configurationCheckOperation) Returns the details of a configuration check operation.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
-
configurationCheckOperation
GetConfigurationCheckOperationResponse.Builder configurationCheckOperation(ConfigurationCheckOperation configurationCheckOperation) Returns the details of a configuration check operation.
- Parameters:
configurationCheckOperation
- Returns the details of a configuration check operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationCheckOperation
default GetConfigurationCheckOperationResponse.Builder configurationCheckOperation(Consumer<ConfigurationCheckOperation.Builder> configurationCheckOperation) Returns the details of a configuration check operation.
This is a convenience method that creates an instance of theConfigurationCheckOperation.Builder
avoiding the need to create one manually viaConfigurationCheckOperation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfigurationCheckOperation(ConfigurationCheckOperation)
.- Parameters:
configurationCheckOperation
- 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:
-