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 Details

    • 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

      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:
    • 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:
    • 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:
    • 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

      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:
    • 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.