Interface ServiceTemplate.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the service template.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the service template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      ServiceTemplate.Builder createdAt(Instant createdAt)

      The time when the service template was created.

      Parameters:
      createdAt - The time when the service template was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ServiceTemplate.Builder description(String description)

      A description of the service template.

      Parameters:
      description - A description of the service template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      ServiceTemplate.Builder displayName(String displayName)

      The service template name as displayed in the developer interface.

      Parameters:
      displayName - The service template name as displayed in the developer interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryptionKey

      ServiceTemplate.Builder encryptionKey(String encryptionKey)

      The customer provided service template encryption key that's used to encrypt data.

      Parameters:
      encryptionKey - The customer provided service template encryption key that's used to encrypt data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedAt

      ServiceTemplate.Builder lastModifiedAt(Instant lastModifiedAt)

      The time when the service template was last modified.

      Parameters:
      lastModifiedAt - The time when the service template was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the service template.

      Parameters:
      name - The name of the service template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pipelineProvisioning

      ServiceTemplate.Builder pipelineProvisioning(String pipelineProvisioning)

      If pipelineProvisioning is true, a service pipeline is included in the service template. Otherwise, a service pipeline isn't included in the service template.

      Parameters:
      pipelineProvisioning - If pipelineProvisioning is true, a service pipeline is included in the service template. Otherwise, a service pipeline isn't included in the service template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • pipelineProvisioning

      ServiceTemplate.Builder pipelineProvisioning(Provisioning pipelineProvisioning)

      If pipelineProvisioning is true, a service pipeline is included in the service template. Otherwise, a service pipeline isn't included in the service template.

      Parameters:
      pipelineProvisioning - If pipelineProvisioning is true, a service pipeline is included in the service template. Otherwise, a service pipeline isn't included in the service template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • recommendedVersion

      ServiceTemplate.Builder recommendedVersion(String recommendedVersion)

      The recommended version of the service template.

      Parameters:
      recommendedVersion - The recommended version of the service template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.