Interface WebsiteCaSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WebsiteCaSummary.Builder,WebsiteCaSummary>, SdkBuilder<WebsiteCaSummary.Builder,WebsiteCaSummary>, SdkPojo
Enclosing class:
WebsiteCaSummary

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

    • websiteCaId

      WebsiteCaSummary.Builder websiteCaId(String websiteCaId)

      A unique identifier for the CA.

      Parameters:
      websiteCaId - A unique identifier for the CA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTime

      WebsiteCaSummary.Builder createdTime(Instant createdTime)

      The time when the CA was added.

      Parameters:
      createdTime - The time when the CA was added.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      WebsiteCaSummary.Builder displayName(String displayName)

      The name to display.

      Parameters:
      displayName - The name to display.
      Returns:
      Returns a reference to this object so that method calls can be chained together.