Interface ListTemplatesResponse.Builder

  • Method Details

    • nextToken

      ListTemplatesResponse.Builder nextToken(String nextToken)

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

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

      Custom configuration templates used when issuing a certificate.

      Parameters:
      templates - Custom configuration templates used when issuing a certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templates

      Custom configuration templates used when issuing a certificate.

      Parameters:
      templates - Custom configuration templates used when issuing a certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templates

      Custom configuration templates used when issuing a certificate.

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

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

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