Interface DescribePatchGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribePatchGroupsResponse.Builder,DescribePatchGroupsResponse>,SdkBuilder<DescribePatchGroupsResponse.Builder,DescribePatchGroupsResponse>,SdkPojo,SdkResponse.Builder,SsmResponse.Builder
- Enclosing class:
- DescribePatchGroupsResponse
public static interface DescribePatchGroupsResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribePatchGroupsResponse.Builder,DescribePatchGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribePatchGroupsResponse.Buildermappings(Collection<PatchGroupPatchBaselineMapping> mappings)Each entry in the array contains:DescribePatchGroupsResponse.Buildermappings(Consumer<PatchGroupPatchBaselineMapping.Builder>... mappings)Each entry in the array contains:DescribePatchGroupsResponse.Buildermappings(PatchGroupPatchBaselineMapping... mappings)Each entry in the array contains:DescribePatchGroupsResponse.BuildernextToken(String nextToken)The token to use when requesting the next set of items.-
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 Detail
-
mappings
DescribePatchGroupsResponse.Builder mappings(Collection<PatchGroupPatchBaselineMapping> mappings)
Each entry in the array contains:
-
PatchGroup: string (between 1 and 256 characters. Regex:^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$) -
PatchBaselineIdentity: APatchBaselineIdentityelement.
- Parameters:
mappings- Each entry in the array contains:-
PatchGroup: string (between 1 and 256 characters. Regex:^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$) -
PatchBaselineIdentity: APatchBaselineIdentityelement.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
mappings
DescribePatchGroupsResponse.Builder mappings(PatchGroupPatchBaselineMapping... mappings)
Each entry in the array contains:
-
PatchGroup: string (between 1 and 256 characters. Regex:^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$) -
PatchBaselineIdentity: APatchBaselineIdentityelement.
- Parameters:
mappings- Each entry in the array contains:-
PatchGroup: string (between 1 and 256 characters. Regex:^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$) -
PatchBaselineIdentity: APatchBaselineIdentityelement.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
mappings
DescribePatchGroupsResponse.Builder mappings(Consumer<PatchGroupPatchBaselineMapping.Builder>... mappings)
Each entry in the array contains:
-
PatchGroup: string (between 1 and 256 characters. Regex:^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$) -
PatchBaselineIdentity: APatchBaselineIdentityelement.
PatchGroupPatchBaselineMapping.Builderavoiding the need to create one manually viaPatchGroupPatchBaselineMapping.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#mappings(List.) - Parameters:
mappings- a consumer that will call methods onPatchGroupPatchBaselineMapping.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#mappings(java.util.Collection)
-
-
nextToken
DescribePatchGroupsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
- Parameters:
nextToken- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-