public static interface DescribePatchPropertiesResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribePatchPropertiesResponse.Builder,DescribePatchPropertiesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePatchPropertiesResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribePatchPropertiesResponse.Builder |
properties(Collection<? extends Map<String,String>> properties)
A list of the properties for patches matching the filter request parameters.
|
DescribePatchPropertiesResponse.Builder |
properties(Map<String,String>... properties)
A list of the properties for patches matching the filter request parameters.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePatchPropertiesResponse.Builder properties(Collection<? extends Map<String,String>> properties)
A list of the properties for patches matching the filter request parameters.
properties - A list of the properties for patches matching the filter request parameters.DescribePatchPropertiesResponse.Builder properties(Map<String,String>... properties)
A list of the properties for patches matching the filter request parameters.
properties - A list of the properties for patches matching the filter request parameters.DescribePatchPropertiesResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. (You use this token in the next call.)
nextToken - The token for the next set of items to return. (You use this token in the next call.)Copyright © 2020. All rights reserved.