Interface UpdateEnvironmentProfileRequest.Builder

    • Method Detail

      • awsAccountId

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

        UpdateEnvironmentProfileRequest.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.
      • description

        UpdateEnvironmentProfileRequest.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.
      • domainIdentifier

        UpdateEnvironmentProfileRequest.Builder domainIdentifier​(String domainIdentifier)

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

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

        UpdateEnvironmentProfileRequest.Builder identifier​(String identifier)

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

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

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

        UpdateEnvironmentProfileRequest.Builder userParameters​(Collection<EnvironmentParameter> 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

        UpdateEnvironmentProfileRequest.Builder userParameters​(EnvironmentParameter... 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.