Interface UpdateEnvironmentResponse.Builder

    • Method Detail

      • awsAccountId

        UpdateEnvironmentResponse.Builder awsAccountId​(String awsAccountId)

        The identifier of the Amazon Web Services account in which the environment is to be updated.

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

        UpdateEnvironmentResponse.Builder awsAccountRegion​(String awsAccountRegion)

        The Amazon Web Services Region in which the environment is updated.

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

        UpdateEnvironmentResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when the environment was created.

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

        UpdateEnvironmentResponse.Builder createdBy​(String createdBy)

        The Amazon DataZone user who created the environment.

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

        UpdateEnvironmentResponse.Builder deploymentProperties​(DeploymentProperties deploymentProperties)

        The deployment properties to be updated as part of the UpdateEnvironment action.

        Parameters:
        deploymentProperties - The deployment properties 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

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

        UpdateEnvironmentResponse.Builder domainId​(String domainId)

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

        Parameters:
        domainId - 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.
      • environmentActions

        UpdateEnvironmentResponse.Builder environmentActions​(Collection<ConfigurableEnvironmentAction> environmentActions)

        The environment actions to be updated as part of the UpdateEnvironment action.

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

        UpdateEnvironmentResponse.Builder environmentActions​(ConfigurableEnvironmentAction... environmentActions)

        The environment actions to be updated as part of the UpdateEnvironment action.

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

        UpdateEnvironmentResponse.Builder environmentBlueprintId​(String environmentBlueprintId)

        The blueprint identifier of the environment.

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

        UpdateEnvironmentResponse.Builder environmentProfileId​(String environmentProfileId)

        The profile identifier of the environment.

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

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

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

        UpdateEnvironmentResponse.Builder id​(String id)

        The identifier of the environment that is to be updated.

        Parameters:
        id - 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.
      • lastDeployment

        UpdateEnvironmentResponse.Builder lastDeployment​(Deployment lastDeployment)

        The last deployment of the environment.

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

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

        UpdateEnvironmentResponse.Builder projectId​(String projectId)

        The project identifier of the environment.

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

        UpdateEnvironmentResponse.Builder provider​(String provider)

        The provider identifier of the environment.

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

        UpdateEnvironmentResponse.Builder provisionedResources​(Collection<Resource> provisionedResources)

        The provisioned resources to be updated as part of the UpdateEnvironment action.

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

        UpdateEnvironmentResponse.Builder provisionedResources​(Resource... provisionedResources)

        The provisioned resources to be updated as part of the UpdateEnvironment action.

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

        UpdateEnvironmentResponse.Builder provisionedResources​(Consumer<Resource.Builder>... provisionedResources)

        The provisioned resources to be updated as part of the UpdateEnvironment action.

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

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #provisionedResources(List).

        Parameters:
        provisionedResources - a consumer that will call methods on Resource.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #provisionedResources(java.util.Collection)
      • provisioningProperties

        UpdateEnvironmentResponse.Builder provisioningProperties​(ProvisioningProperties provisioningProperties)

        The provisioning properties to be updated as part of the UpdateEnvironment action.

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

        UpdateEnvironmentResponse.Builder updatedAt​(Instant updatedAt)

        The timestamp of when the environment was updated.

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

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

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

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

        UpdateEnvironmentResponse.Builder userParameters​(CustomParameter... userParameters)

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

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