Interface UpdateEnvironmentProfileResponse.Builder

    • Method Detail

      • awsAccountId

        UpdateEnvironmentProfileResponse.Builder awsAccountId​(String awsAccountId)

        The Amazon Web Services account in which a specified environment profile is to be udpated.

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

        UpdateEnvironmentProfileResponse.Builder awsAccountRegion​(String awsAccountRegion)

        The Amazon Web Services Region in which a specified environment profile is to be updated.

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

        UpdateEnvironmentProfileResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when the environment profile was created.

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

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

        UpdateEnvironmentProfileResponse.Builder description​(String description)

        The description to be updated as part of the UpdateEnvironmentProfile action.

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

        UpdateEnvironmentProfileResponse.Builder domainId​(String domainId)

        The identifier of the Amazon DataZone domain in which the environment profile is to be updated.

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

        UpdateEnvironmentProfileResponse.Builder environmentBlueprintId​(String environmentBlueprintId)

        The identifier of the blueprint of the environment profile that is to be updated.

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

        UpdateEnvironmentProfileResponse.Builder id​(String id)

        The identifier of the environment profile that is to be udpated.

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

        UpdateEnvironmentProfileResponse.Builder name​(String name)

        The name to be updated as part of the UpdateEnvironmentProfile action.

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

        UpdateEnvironmentProfileResponse.Builder projectId​(String projectId)

        The identifier of the project of the environment profile that is to be updated.

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

        UpdateEnvironmentProfileResponse.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.
      • userParameters

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

        The user parameters to be updated as part of the UpdateEnvironmentProfile action.

        Parameters:
        userParameters - The user parameters to be updated as part of the UpdateEnvironmentProfile action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userParameters

        UpdateEnvironmentProfileResponse.Builder userParameters​(CustomParameter... userParameters)

        The user parameters to be updated as part of the UpdateEnvironmentProfile action.

        Parameters:
        userParameters - The user parameters to be updated as part of the UpdateEnvironmentProfile action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.