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(Consumer<PatchGroupPatchBaselineMapping.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribePatchGroupsResponse.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 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: A PatchBaselineIdentity element.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #mappings(List) .mappings - a consumer that will call methods on List.Builder #mappings(List) 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.