Interface EnvironmentSummary.Builder

  • Method Details

    • awsAccountId

      EnvironmentSummary.Builder awsAccountId(String awsAccountId)

      The identifier of the Amazon Web Services account in which an environment exists.

      Parameters:
      awsAccountId - The identifier of the Amazon Web Services account in which an environment exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsAccountRegion

      EnvironmentSummary.Builder awsAccountRegion(String awsAccountRegion)

      The Amazon Web Services Region in which an environment exists.

      Parameters:
      awsAccountRegion - The Amazon Web Services Region in which an environment exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      EnvironmentSummary.Builder createdAt(Instant createdAt)

      The timestamp of when the environment was created.

      Parameters:
      createdAt - The timestamp of when the environment was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      EnvironmentSummary.Builder createdBy(String createdBy)

      The Amazon DataZone user who created the environment.

      Parameters:
      createdBy - The Amazon DataZone user who created the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      EnvironmentSummary.Builder description(String description)

      The description of the environment.

      Parameters:
      description - The description of the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainId

      EnvironmentSummary.Builder domainId(String domainId)

      The identifier of the Amazon DataZone domain in which the environment exists.

      Parameters:
      domainId - The identifier of the Amazon DataZone domain in which the environment exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentConfigurationId

      EnvironmentSummary.Builder environmentConfigurationId(String environmentConfigurationId)

      The configuration ID with which the environment is created.

      Parameters:
      environmentConfigurationId - The configuration ID with which the environment is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentProfileId

      EnvironmentSummary.Builder environmentProfileId(String environmentProfileId)

      The identifier of the environment profile with which the environment was created.

      Parameters:
      environmentProfileId - The identifier of the environment profile with which the environment was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The identifier of the environment.

      Parameters:
      id - The identifier of the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the environment.

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

      EnvironmentSummary.Builder projectId(String projectId)

      The identifier of the project in which the environment exists.

      Parameters:
      projectId - The identifier of the project in which the environment exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provider

      EnvironmentSummary.Builder provider(String provider)

      The provider of the environment.

      Parameters:
      provider - The provider of the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the environment.

      Parameters:
      status - The status of the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the environment.

      Parameters:
      status - The status of the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedAt

      EnvironmentSummary.Builder updatedAt(Instant updatedAt)

      The timestamp of when the environment was updated.

      Parameters:
      updatedAt - The timestamp of when the environment was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.