Interface GetDefaultPatchBaselineResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDefaultPatchBaselineResponse.Builder,GetDefaultPatchBaselineResponse>,SdkBuilder<GetDefaultPatchBaselineResponse.Builder,GetDefaultPatchBaselineResponse>,SdkPojo,SdkResponse.Builder,SsmResponse.Builder
- Enclosing class:
- GetDefaultPatchBaselineResponse
@Mutable @NotThreadSafe public static interface GetDefaultPatchBaselineResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetDefaultPatchBaselineResponse.Builder,GetDefaultPatchBaselineResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDefaultPatchBaselineResponse.BuilderbaselineId(String baselineId)The ID of the default patch baseline.GetDefaultPatchBaselineResponse.BuilderoperatingSystem(String operatingSystem)The operating system for the returned patch baseline.GetDefaultPatchBaselineResponse.BuilderoperatingSystem(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, sdkFieldNameToField, 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 Detail
-
baselineId
GetDefaultPatchBaselineResponse.Builder baselineId(String 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
GetDefaultPatchBaselineResponse.Builder operatingSystem(String 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,OperatingSystem
-
operatingSystem
GetDefaultPatchBaselineResponse.Builder operatingSystem(OperatingSystem 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,OperatingSystem
-
-