public static interface DescribePatchGroupsResponse.Builder extends SsmResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
PatchGroupPatchBaselineMapping.Builder avoiding the need to
create one manually via
PatchGroupPatchBaselineMapping.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #mappings(List.
mappings - a consumer that will call methods on
PatchGroupPatchBaselineMapping.Builder#mappings(java.util.Collection) 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 © 2022. All rights reserved.