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)
Add an optional request override configuration.
|
DescribePatchPropertiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribePatchPropertiesRequest.Builder |
patchSet(PatchSet patchSet)
Indicates whether to list patches for the Windows operating system or for Microsoft applications.
|
DescribePatchPropertiesRequest.Builder |
patchSet(String patchSet)
Indicates whether to list patches for the Windows operating system or for Microsoft applications.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribePatchPropertiesRequest.Builder operatingSystem(String operatingSystem)
The operating system type for which to list patches.
operatingSystem
- The operating system type for which to list patches.OperatingSystem
,
OperatingSystem
DescribePatchPropertiesRequest.Builder operatingSystem(OperatingSystem operatingSystem)
The operating system type for which to list patches.
operatingSystem
- The operating system type for which to list patches.OperatingSystem
,
OperatingSystem
DescribePatchPropertiesRequest.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
,
PatchProperty
DescribePatchPropertiesRequest.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
,
PatchProperty
DescribePatchPropertiesRequest.Builder patchSet(String patchSet)
Indicates whether to list patches for the Windows operating system or for Microsoft applications. Not applicable for the Linux or macOS operating systems.
DescribePatchPropertiesRequest.Builder patchSet(PatchSet patchSet)
Indicates whether to list patches for the Windows operating system or for Microsoft applications. Not applicable for the Linux or macOS operating systems.
DescribePatchPropertiesRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribePatchPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.