public static interface DescribePatchPropertiesRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribePatchPropertiesRequest.Builder,DescribePatchPropertiesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePatchPropertiesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribePatchPropertiesRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribePatchPropertiesRequest.Builder |
operatingSystem(OperatingSystem operatingSystem)
The operating system type for which to list patches.
|
DescribePatchPropertiesRequest.Builder |
operatingSystem(String operatingSystem)
The operating system type for which to list patches.
|
DescribePatchPropertiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePatchPropertiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribePatchPropertiesRequest.Builder |
patchSet(PatchSet patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.
|
DescribePatchPropertiesRequest.Builder |
patchSet(String patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.
|
DescribePatchPropertiesRequest.Builder |
property(PatchProperty property)
The patch property for which you want to view patch details.
|
DescribePatchPropertiesRequest.Builder |
property(String property)
The patch property for which you want to view patch details.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePatchPropertiesRequest.Builder operatingSystem(String operatingSystem)
The operating system type for which to list patches.
operatingSystem - The operating system type for which to list patches.OperatingSystem,
OperatingSystemDescribePatchPropertiesRequest.Builder operatingSystem(OperatingSystem operatingSystem)
The operating system type for which to list patches.
operatingSystem - The operating system type for which to list patches.OperatingSystem,
OperatingSystemDescribePatchPropertiesRequest.Builder property(String property)
The patch property for which you want to view patch details.
property - The patch property for which you want to view patch details.PatchProperty,
PatchPropertyDescribePatchPropertiesRequest.Builder property(PatchProperty property)
The patch property for which you want to view patch details.
property - The patch property for which you want to view patch details.PatchProperty,
PatchPropertyDescribePatchPropertiesRequest.Builder patchSet(String patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.
patchSet - Indicates whether to list patches for the Windows operating system or for applications released by
Microsoft. Not applicable for the Linux or macOS operating systems.PatchSet,
PatchSetDescribePatchPropertiesRequest.Builder patchSet(PatchSet patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.
patchSet - Indicates whether to list patches for the Windows operating system or for applications released by
Microsoft. Not applicable for the Linux or macOS operating systems.PatchSet,
PatchSetDescribePatchPropertiesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.DescribePatchPropertiesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)DescribePatchPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribePatchPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.