Interface ListCertificatesRequest.Builder

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

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

    • directoryId

      ListCertificatesRequest.Builder directoryId(String directoryId)

      The identifier of the directory.

      Parameters:
      directoryId - The identifier of the directory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token for requesting another page of certificates if the NextToken response element indicates that more certificates are available. Use the value of the returned NextToken element in your request until the token comes back as null. Pass null if this is the first call.

      Parameters:
      nextToken - A token for requesting another page of certificates if the NextToken response element indicates that more certificates are available. Use the value of the returned NextToken element in your request until the token comes back as null. Pass null if this is the first call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limit

      The number of items that should show up on one page

      Parameters:
      limit - The number of items that should show up on one page
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.