Interface GetCertificatesRequest.Builder

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

public static interface GetCertificatesRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetCertificatesRequest.Builder,GetCertificatesRequest>
  • Method Details

    • certificateStatusesWithStrings

      GetCertificatesRequest.Builder certificateStatusesWithStrings(Collection<String> certificateStatuses)

      The status of the certificates for which to return information.

      For example, specify ISSUED to return only certificates with an ISSUED status.

      When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

      Parameters:
      certificateStatuses - The status of the certificates for which to return information.

      For example, specify ISSUED to return only certificates with an ISSUED status.

      When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateStatusesWithStrings

      GetCertificatesRequest.Builder certificateStatusesWithStrings(String... certificateStatuses)

      The status of the certificates for which to return information.

      For example, specify ISSUED to return only certificates with an ISSUED status.

      When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

      Parameters:
      certificateStatuses - The status of the certificates for which to return information.

      For example, specify ISSUED to return only certificates with an ISSUED status.

      When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateStatuses

      GetCertificatesRequest.Builder certificateStatuses(Collection<CertificateStatus> certificateStatuses)

      The status of the certificates for which to return information.

      For example, specify ISSUED to return only certificates with an ISSUED status.

      When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

      Parameters:
      certificateStatuses - The status of the certificates for which to return information.

      For example, specify ISSUED to return only certificates with an ISSUED status.

      When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateStatuses

      GetCertificatesRequest.Builder certificateStatuses(CertificateStatus... certificateStatuses)

      The status of the certificates for which to return information.

      For example, specify ISSUED to return only certificates with an ISSUED status.

      When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

      Parameters:
      certificateStatuses - The status of the certificates for which to return information.

      For example, specify ISSUED to return only certificates with an ISSUED status.

      When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includeCertificateDetails

      GetCertificatesRequest.Builder includeCertificateDetails(Boolean includeCertificateDetails)

      Indicates whether to include detailed information about the certificates in the response.

      When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.

      Parameters:
      includeCertificateDetails - Indicates whether to include detailed information about the certificates in the response.

      When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateName

      GetCertificatesRequest.Builder certificateName(String certificateName)

      The name for the certificate for which to return information.

      When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.

      Parameters:
      certificateName - The name for the certificate for which to return information.

      When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pageToken

      GetCertificatesRequest.Builder pageToken(String pageToken)

      The token to advance to the next page of results from your request.

      To get a page token, perform an initial GetCertificates request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

      Parameters:
      pageToken - The token to advance to the next page of results from your request.

      To get a page token, perform an initial GetCertificates request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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