Interface DescribeCertificatesResponse.Builder

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

public static interface DescribeCertificatesResponse.Builder extends DocDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeCertificatesResponse.Builder,DescribeCertificatesResponse>
  • Method Details

    • certificates

      A list of certificates for this Amazon Web Services account.

      Parameters:
      certificates - A list of certificates for this Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificates

      DescribeCertificatesResponse.Builder certificates(Certificate... certificates)

      A list of certificates for this Amazon Web Services account.

      Parameters:
      certificates - A list of certificates for this Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificates

      A list of certificates for this Amazon Web Services account.

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

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

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

      An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.

      Parameters:
      marker - An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.
      Returns:
      Returns a reference to this object so that method calls can be chained together.