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