Interface UpdateEnvironmentRequest.Builder

    • Method Detail

      • description

        UpdateEnvironmentRequest.Builder description​(String description)

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

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

        UpdateEnvironmentRequest.Builder domainIdentifier​(String domainIdentifier)

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

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

        UpdateEnvironmentRequest.Builder glossaryTerms​(Collection<String> glossaryTerms)

        The glossary terms to be updated as part of the UpdateEnvironment action.

        Parameters:
        glossaryTerms - The glossary terms to be updated as part of the UpdateEnvironment action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glossaryTerms

        UpdateEnvironmentRequest.Builder glossaryTerms​(String... glossaryTerms)

        The glossary terms to be updated as part of the UpdateEnvironment action.

        Parameters:
        glossaryTerms - The glossary terms to be updated as part of the UpdateEnvironment action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identifier

        UpdateEnvironmentRequest.Builder identifier​(String identifier)

        The identifier of the environment that is to be updated.

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

        UpdateEnvironmentRequest.Builder name​(String name)

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

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