Interface UpdateEnvironmentRequest.Builder

  • Method Details

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

      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.
    • 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.
    • 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.
    • blueprintVersion

      UpdateEnvironmentRequest.Builder blueprintVersion(String blueprintVersion)

      The blueprint version to which the environment should be updated. You can only specify the following string for this parameter: latest.

      Parameters:
      blueprintVersion - The blueprint version to which the environment should be updated. You can only specify the following string for this parameter: latest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userParameters

      The user parameters of the environment.

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

      UpdateEnvironmentRequest.Builder userParameters(EnvironmentParameter... userParameters)

      The user parameters of the environment.

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

      The user parameters of the environment.

      This is a convenience method that creates an instance of the EnvironmentParameter.Builder avoiding the need to create one manually via EnvironmentParameter.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to userParameters(List<EnvironmentParameter>).

      Parameters:
      userParameters - a consumer that will call methods on EnvironmentParameter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • environmentConfigurationName

      UpdateEnvironmentRequest.Builder environmentConfigurationName(String environmentConfigurationName)

      The configuration name of the environment.

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

      UpdateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.