Interface GetEnvironmentProfileResponse.Builder

    • Method Detail

      • awsAccountId

        GetEnvironmentProfileResponse.Builder awsAccountId​(String awsAccountId)

        The ID of the Amazon Web Services account where this environment profile exists.

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

        GetEnvironmentProfileResponse.Builder awsAccountRegion​(String awsAccountRegion)

        The Amazon Web Services region where this environment profile exists.

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

        GetEnvironmentProfileResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when this environment profile was created.

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

        GetEnvironmentProfileResponse.Builder createdBy​(String createdBy)

        The Amazon DataZone user who created this environment profile.

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

        GetEnvironmentProfileResponse.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

        GetEnvironmentProfileResponse.Builder domainId​(String domainId)

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

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

        GetEnvironmentProfileResponse.Builder environmentBlueprintId​(String environmentBlueprintId)

        The ID of the blueprint with which this environment profile is created.

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

        GetEnvironmentProfileResponse.Builder id​(String id)

        The ID of the environment profile.

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

        GetEnvironmentProfileResponse.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

        GetEnvironmentProfileResponse.Builder projectId​(String projectId)

        The ID of the Amazon DataZone project in which this environment profile is created.

        Parameters:
        projectId - The ID of the Amazon DataZone project in which this environment profile is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        GetEnvironmentProfileResponse.Builder updatedAt​(Instant updatedAt)

        The timestamp of when this environment profile was upated.

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

        GetEnvironmentProfileResponse.Builder userParameters​(Collection<CustomParameter> userParameters)

        The user parameters of the environment profile.

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

        GetEnvironmentProfileResponse.Builder userParameters​(CustomParameter... userParameters)

        The user parameters of the environment profile.

        Parameters:
        userParameters - The user parameters of the environment profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.