Interface CreatePatchBaselineResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreatePatchBaselineResponse.Builder,,CreatePatchBaselineResponse> SdkBuilder<CreatePatchBaselineResponse.Builder,,CreatePatchBaselineResponse> SdkPojo,SdkResponse.Builder,SsmResponse.Builder
- Enclosing class:
 CreatePatchBaselineResponse
public static interface CreatePatchBaselineResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<CreatePatchBaselineResponse.Builder,CreatePatchBaselineResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionbaselineId(String baselineId) The ID of the created patch baseline.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
baselineId
The ID of the created patch baseline.
- Parameters:
 baselineId- The ID of the created patch baseline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -