Interface GetTemplateResponse.Builder

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

public static interface GetTemplateResponse.Builder extends PcaConnectorAdResponse.Builder, SdkPojo, CopyableBuilder<GetTemplateResponse.Builder,GetTemplateResponse>
  • Method Details

    • template

      A certificate template that the connector uses to issue certificates from a private CA.

      Parameters:
      template - A certificate template that the connector uses to issue certificates from a private CA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • template

      A certificate template that the connector uses to issue certificates from a private CA.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to template(Template).

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