Interface DescribeAvailablePatchesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeAvailablePatchesResponse.Builder,DescribeAvailablePatchesResponse>, SdkBuilder<DescribeAvailablePatchesResponse.Builder,DescribeAvailablePatchesResponse>, SdkPojo, SdkResponse.Builder, SsmResponse.Builder
Enclosing class:
DescribeAvailablePatchesResponse

public static interface DescribeAvailablePatchesResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeAvailablePatchesResponse.Builder,DescribeAvailablePatchesResponse>
  • Method Details

    • patches

      An array of patches. Each entry in the array is a patch structure.

      Parameters:
      patches - An array of patches. Each entry in the array is a patch structure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • patches

      An array of patches. Each entry in the array is a patch structure.

      Parameters:
      patches - An array of patches. Each entry in the array is a patch structure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • patches

      An array of patches. Each entry in the array is a patch structure.

      This is a convenience method that creates an instance of the Patch.Builder avoiding the need to create one manually via Patch.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to patches(List<Patch>).

      Parameters:
      patches - a consumer that will call methods on Patch.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

      Parameters:
      nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
      Returns:
      Returns a reference to this object so that method calls can be chained together.