Interface Site.Builder

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

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

    • arn

      Site.Builder arn(String arn)
      Sets the value of the Arn property for this object.
      Parameters:
      arn - The new value for the Arn property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Site.Builder name(String name)

      The name of the site. Mutable after creation and unique within a given account.

      Parameters:
      name - The name of the site. Mutable after creation and unique within a given account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • countryCode

      Site.Builder countryCode(String countryCode)
      Sets the value of the CountryCode property for this object.
      Parameters:
      countryCode - The new value for the CountryCode property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      Site.Builder createdAt(Instant createdAt)
      Sets the value of the CreatedAt property for this object.
      Parameters:
      createdAt - The new value for the CreatedAt property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.