Interface ListTemplatesResponse.Builder

    • Method Detail

      • 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

        ListTemplatesResponse.Builder templates​(Collection<TemplateSummary> 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

        ListTemplatesResponse.Builder templates​(TemplateSummary... 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.