Interface DescribePatchPropertiesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribePatchPropertiesResponse.Builder,DescribePatchPropertiesResponse>,SdkBuilder<DescribePatchPropertiesResponse.Builder,DescribePatchPropertiesResponse>,SdkPojo,SdkResponse.Builder,SsmResponse.Builder
- Enclosing class:
- DescribePatchPropertiesResponse
@Mutable @NotThreadSafe public static interface DescribePatchPropertiesResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribePatchPropertiesResponse.Builder,DescribePatchPropertiesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribePatchPropertiesResponse.BuildernextToken(String nextToken)The token for the next set of items to return.DescribePatchPropertiesResponse.Builderproperties(Collection<? extends Map<String,String>> properties)A list of the properties for patches matching the filter request parameters.DescribePatchPropertiesResponse.Builderproperties(Map<String,String>... properties)A list of the properties for patches matching the filter request parameters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
properties
DescribePatchPropertiesResponse.Builder properties(Collection<? extends Map<String,String>> properties)
A list of the properties for patches matching the filter request parameters.
- Parameters:
properties- A list of the properties for patches matching the filter request parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
DescribePatchPropertiesResponse.Builder properties(Map<String,String>... properties)
A list of the properties for patches matching the filter request parameters.
- Parameters:
properties- A list of the properties for patches matching the filter request parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribePatchPropertiesResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. (You use this token in the next call.)
- Parameters:
nextToken- The token for the next set of items to return. (You use this token in the next call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-