Interface DescribePatchPropertiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribePatchPropertiesRequest.Builder,DescribePatchPropertiesRequest>
,SdkBuilder<DescribePatchPropertiesRequest.Builder,DescribePatchPropertiesRequest>
,SdkPojo
,SdkRequest.Builder
,SsmRequest.Builder
- Enclosing class:
- DescribePatchPropertiesRequest
public static interface DescribePatchPropertiesRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribePatchPropertiesRequest.Builder,DescribePatchPropertiesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(String operatingSystem)
The operating system type for which to list patches.DescribePatchPropertiesRequest.Builder
operatingSystem(OperatingSystem operatingSystem)
The operating system type for which to list patches.DescribePatchPropertiesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribePatchPropertiesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribePatchPropertiesRequest.Builder
patchSet(String patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.DescribePatchPropertiesRequest.Builder
patchSet(PatchSet patchSet)
Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.DescribePatchPropertiesRequest.Builder
property(String property)
The patch property for which you want to view patch details.DescribePatchPropertiesRequest.Builder
property(PatchProperty property)
The patch property for which you want to view patch details.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
operatingSystem
DescribePatchPropertiesRequest.Builder operatingSystem(String operatingSystem)
The operating system type for which to list patches.
- Parameters:
operatingSystem
- The operating system type for which to list patches.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperatingSystem
,OperatingSystem
-
operatingSystem
DescribePatchPropertiesRequest.Builder operatingSystem(OperatingSystem operatingSystem)
The operating system type for which to list patches.
- Parameters:
operatingSystem
- The operating system type for which to list patches.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperatingSystem
,OperatingSystem
-
property
DescribePatchPropertiesRequest.Builder property(String property)
The patch property for which you want to view patch details.
- Parameters:
property
- The patch property for which you want to view patch details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PatchProperty
,PatchProperty
-
property
DescribePatchPropertiesRequest.Builder property(PatchProperty property)
The patch property for which you want to view patch details.
- Parameters:
property
- The patch property for which you want to view patch details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PatchProperty
,PatchProperty
-
patchSet
DescribePatchPropertiesRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PatchSet
,PatchSet
-
patchSet
DescribePatchPropertiesRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PatchSet
,PatchSet
-
maxResults
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribePatchPropertiesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribePatchPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribePatchPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-