Interface ListCertificatesRequest.Builder

All Superinterfaces:
AcmRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>, SdkBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListCertificatesRequest

public static interface ListCertificatesRequest.Builder extends AcmRequest.Builder, SdkPojo, CopyableBuilder<ListCertificatesRequest.Builder,ListCertificatesRequest>
  • Method Details

    • certificateStatusesWithStrings

      ListCertificatesRequest.Builder certificateStatusesWithStrings(Collection<String> certificateStatuses)

      Filter the certificate list by status value.

      Parameters:
      certificateStatuses - Filter the certificate list by status value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateStatusesWithStrings

      ListCertificatesRequest.Builder certificateStatusesWithStrings(String... certificateStatuses)

      Filter the certificate list by status value.

      Parameters:
      certificateStatuses - Filter the certificate list by status value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateStatuses

      ListCertificatesRequest.Builder certificateStatuses(Collection<CertificateStatus> certificateStatuses)

      Filter the certificate list by status value.

      Parameters:
      certificateStatuses - Filter the certificate list by status value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateStatuses

      ListCertificatesRequest.Builder certificateStatuses(CertificateStatus... certificateStatuses)

      Filter the certificate list by status value.

      Parameters:
      certificateStatuses - Filter the certificate list by status value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includes

      Filter the certificate list. For more information, see the Filters structure.

      Parameters:
      includes - Filter the certificate list. For more information, see the Filters structure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includes

      Filter the certificate list. For more information, see the Filters structure.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to includes(Filters).

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

      Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

      Parameters:
      nextToken - Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxItems

      Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

      Parameters:
      maxItems - Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortBy

      Specifies the field to sort results by. If you specify SortBy, you must also specify SortOrder.

      Parameters:
      sortBy - Specifies the field to sort results by. If you specify SortBy, you must also specify SortOrder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      Specifies the field to sort results by. If you specify SortBy, you must also specify SortOrder.

      Parameters:
      sortBy - Specifies the field to sort results by. If you specify SortBy, you must also specify SortOrder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      Specifies the order of sorted results. If you specify SortOrder, you must also specify SortBy.

      Parameters:
      sortOrder - Specifies the order of sorted results. If you specify SortOrder, you must also specify SortBy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      Specifies the order of sorted results. If you specify SortOrder, you must also specify SortBy.

      Parameters:
      sortOrder - Specifies the order of sorted results. If you specify SortOrder, you must also specify SortBy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      ListCertificatesRequest.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.