Interface EnvironmentProfileSummary.Builder

    • Method Detail

      • 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

        EnvironmentProfileSummary.Builder createdAt​(Instant 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

        EnvironmentProfileSummary.Builder createdBy​(String 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

        EnvironmentProfileSummary.Builder domainId​(String 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

        EnvironmentProfileSummary.Builder id​(String 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

        EnvironmentProfileSummary.Builder name​(String 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

        EnvironmentProfileSummary.Builder projectId​(String 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

        EnvironmentProfileSummary.Builder updatedAt​(Instant 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.