CopyableBuilder<DescribePatchGroupsResponse.Builder,DescribePatchGroupsResponse>
, SdkBuilder<DescribePatchGroupsResponse.Builder,DescribePatchGroupsResponse>
public static interface DescribePatchGroupsResponse.Builder extends CopyableBuilder<DescribePatchGroupsResponse.Builder,DescribePatchGroupsResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setMappings(java.util.Collection)
or #withMappings(java.util.Collection)
if you want to
override the existing values.
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.