public static interface DescribePatchGroupsResponse.Builder extends SSMResponse.Builder, CopyableBuilder<DescribePatchGroupsResponse.Builder,DescribePatchGroupsResponse>
Modifier and Type | Method and Description |
---|---|
DescribePatchGroupsResponse.Builder |
mappings(Collection<PatchGroupPatchBaselineMapping> mappings)
Each entry in the array contains:
|
DescribePatchGroupsResponse.Builder |
mappings(PatchGroupPatchBaselineMapping... mappings)
Each entry in the array contains:
|
DescribePatchGroupsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
build
copy
apply, build
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: A PatchBaselineIdentity element.
mappings
- Each entry in the array contains:
PatchGroup: string (between 1 and 256 characters, Regex: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
PatchBaselineIdentity: A PatchBaselineIdentity element.
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: A PatchBaselineIdentity element.
mappings
- Each entry in the array contains:
PatchGroup: string (between 1 and 256 characters, Regex: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
PatchBaselineIdentity: A PatchBaselineIdentity element.
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.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.