Interface EnvironmentProfileSummary.Builder

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

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

    • awsAccountId

      EnvironmentProfileSummary.Builder awsAccountId(String awsAccountId)

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

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

      EnvironmentProfileSummary.Builder awsAccountRegion(String awsAccountRegion)

      The Amazon Web Services Region in which an environment profile exists.

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

      The timestamp of when an environment profile was created.

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

      The Amazon DataZone user who created the environment profile.

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

      EnvironmentProfileSummary.Builder description(String description)

      The description of the environment profile.

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

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

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

      EnvironmentProfileSummary.Builder environmentBlueprintId(String environmentBlueprintId)

      The identifier of a blueprint with which an environment profile is created.

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

      The identifier of the environment profile.

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

      The name of the environment profile.

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

      The identifier of a project in which an environment profile exists.

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

      The timestamp of when the environment profile was updated.

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