public static interface UpdateEnvironmentResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentResponse.Builder,UpdateEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentResponse.Builder |
awsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account in which the environment is to be updated.
|
UpdateEnvironmentResponse.Builder |
awsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which the environment is updated.
|
UpdateEnvironmentResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the environment was created.
|
UpdateEnvironmentResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the environment.
|
default UpdateEnvironmentResponse.Builder |
deploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties)
The deployment properties to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
deploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
description(String description)
The description to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
domainId(String domainId)
The identifier of the domain in which the environment is to be updated.
|
UpdateEnvironmentResponse.Builder |
environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The environment actions to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
environmentActions(ConfigurableEnvironmentAction... environmentActions)
The environment actions to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
environmentActions(Consumer<ConfigurableEnvironmentAction.Builder>... environmentActions)
The environment actions to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
environmentBlueprintId(String environmentBlueprintId)
The blueprint identifier of the environment.
|
UpdateEnvironmentResponse.Builder |
environmentProfileId(String environmentProfileId)
The profile identifier of the environment.
|
UpdateEnvironmentResponse.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
glossaryTerms(String... glossaryTerms)
The glossary terms to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
id(String id)
The identifier of the environment that is to be updated.
|
default UpdateEnvironmentResponse.Builder |
lastDeployment(Consumer<Deployment.Builder> lastDeployment)
The last deployment of the environment.
|
UpdateEnvironmentResponse.Builder |
lastDeployment(Deployment lastDeployment)
The last deployment of the environment.
|
UpdateEnvironmentResponse.Builder |
name(String name)
The name to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
projectId(String projectId)
The project identifier of the environment.
|
UpdateEnvironmentResponse.Builder |
provider(String provider)
The provider identifier of the environment.
|
UpdateEnvironmentResponse.Builder |
provisionedResources(Collection<Resource> provisionedResources)
The provisioned resources to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
provisionedResources(Consumer<Resource.Builder>... provisionedResources)
The provisioned resources to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
provisionedResources(Resource... provisionedResources)
The provisioned resources to be updated as part of the
UpdateEnvironment action. |
default UpdateEnvironmentResponse.Builder |
provisioningProperties(Consumer<ProvisioningProperties.Builder> provisioningProperties)
The provisioning properties to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
provisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
status(EnvironmentStatus status)
The status to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
status(String status)
The status to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the environment was updated.
|
UpdateEnvironmentResponse.Builder |
userParameters(Collection<CustomParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResponse.Builder |
userParameters(CustomParameter... userParameters)
The user parameters to be updated as part of the
UpdateEnvironment action. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnvironmentResponse.Builder awsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account in which the environment is to be updated.
awsAccountId - The identifier of the Amazon Web Services account in which the environment is to be updated.UpdateEnvironmentResponse.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which the environment is updated.
awsAccountRegion - The Amazon Web Services Region in which the environment is updated.UpdateEnvironmentResponse.Builder createdAt(Instant createdAt)
The timestamp of when the environment was created.
createdAt - The timestamp of when the environment was created.UpdateEnvironmentResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the environment.
createdBy - The Amazon DataZone user who created the environment.UpdateEnvironmentResponse.Builder deploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties to be updated as part of the UpdateEnvironment action.
deploymentProperties - The deployment properties to be updated as part of the UpdateEnvironment action.default UpdateEnvironmentResponse.Builder deploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties)
The deployment properties to be updated as part of the UpdateEnvironment action.
DeploymentProperties.Builder avoiding
the need to create one manually via DeploymentProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to deploymentProperties(DeploymentProperties).
deploymentProperties - a consumer that will call methods on DeploymentProperties.BuilderdeploymentProperties(DeploymentProperties)UpdateEnvironmentResponse.Builder description(String description)
The description to be updated as part of the UpdateEnvironment action.
description - The description to be updated as part of the UpdateEnvironment action.UpdateEnvironmentResponse.Builder domainId(String domainId)
The identifier of the domain in which the environment is to be updated.
domainId - The identifier of the domain in which the environment is to be updated.UpdateEnvironmentResponse.Builder environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The environment actions to be updated as part of the UpdateEnvironment action.
environmentActions - The environment actions to be updated as part of the UpdateEnvironment action.UpdateEnvironmentResponse.Builder environmentActions(ConfigurableEnvironmentAction... environmentActions)
The environment actions to be updated as part of the UpdateEnvironment action.
environmentActions - The environment actions to be updated as part of the UpdateEnvironment action.UpdateEnvironmentResponse.Builder environmentActions(Consumer<ConfigurableEnvironmentAction.Builder>... environmentActions)
The environment actions to be updated as part of the UpdateEnvironment action.
ConfigurableEnvironmentAction.Builder avoiding the
need to create one manually via
ConfigurableEnvironmentAction.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #environmentActions(List.
environmentActions - a consumer that will call methods on
ConfigurableEnvironmentAction.Builder#environmentActions(java.util.Collection) UpdateEnvironmentResponse.Builder environmentBlueprintId(String environmentBlueprintId)
The blueprint identifier of the environment.
environmentBlueprintId - The blueprint identifier of the environment.UpdateEnvironmentResponse.Builder environmentProfileId(String environmentProfileId)
The profile identifier of the environment.
environmentProfileId - The profile identifier of the environment.UpdateEnvironmentResponse.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be updated as part of the UpdateEnvironment action.
glossaryTerms - The glossary terms to be updated as part of the UpdateEnvironment action.UpdateEnvironmentResponse.Builder glossaryTerms(String... glossaryTerms)
The glossary terms to be updated as part of the UpdateEnvironment action.
glossaryTerms - The glossary terms to be updated as part of the UpdateEnvironment action.UpdateEnvironmentResponse.Builder id(String id)
The identifier of the environment that is to be updated.
id - The identifier of the environment that is to be updated.UpdateEnvironmentResponse.Builder lastDeployment(Deployment lastDeployment)
The last deployment of the environment.
lastDeployment - The last deployment of the environment.default UpdateEnvironmentResponse.Builder lastDeployment(Consumer<Deployment.Builder> lastDeployment)
The last deployment of the environment.
This is a convenience method that creates an instance of theDeployment.Builder avoiding the need to
create one manually via Deployment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lastDeployment(Deployment).
lastDeployment - a consumer that will call methods on Deployment.BuilderlastDeployment(Deployment)UpdateEnvironmentResponse.Builder name(String name)
The name to be updated as part of the UpdateEnvironment action.
name - The name to be updated as part of the UpdateEnvironment action.UpdateEnvironmentResponse.Builder projectId(String projectId)
The project identifier of the environment.
projectId - The project identifier of the environment.UpdateEnvironmentResponse.Builder provider(String provider)
The provider identifier of the environment.
provider - The provider identifier of the environment.UpdateEnvironmentResponse.Builder provisionedResources(Collection<Resource> provisionedResources)
The provisioned resources to be updated as part of the UpdateEnvironment action.
provisionedResources - The provisioned resources to be updated as part of the UpdateEnvironment action.UpdateEnvironmentResponse.Builder provisionedResources(Resource... provisionedResources)
The provisioned resources to be updated as part of the UpdateEnvironment action.
provisionedResources - The provisioned resources to be updated as part of the UpdateEnvironment action.UpdateEnvironmentResponse.Builder provisionedResources(Consumer<Resource.Builder>... provisionedResources)
The provisioned resources to be updated as part of the UpdateEnvironment action.
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.
provisionedResources - a consumer that will call methods on
Resource.Builder#provisionedResources(java.util.Collection) UpdateEnvironmentResponse.Builder provisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties to be updated as part of the UpdateEnvironment action.
provisioningProperties - The provisioning properties to be updated as part of the UpdateEnvironment action.default UpdateEnvironmentResponse.Builder provisioningProperties(Consumer<ProvisioningProperties.Builder> provisioningProperties)
The provisioning properties to be updated as part of the UpdateEnvironment action.
ProvisioningProperties.Builder avoiding
the need to create one manually via ProvisioningProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to provisioningProperties(ProvisioningProperties).
provisioningProperties - a consumer that will call methods on ProvisioningProperties.BuilderprovisioningProperties(ProvisioningProperties)UpdateEnvironmentResponse.Builder status(String status)
The status to be updated as part of the UpdateEnvironment action.
status - The status to be updated as part of the UpdateEnvironment action.EnvironmentStatus,
EnvironmentStatusUpdateEnvironmentResponse.Builder status(EnvironmentStatus status)
The status to be updated as part of the UpdateEnvironment action.
status - The status to be updated as part of the UpdateEnvironment action.EnvironmentStatus,
EnvironmentStatusUpdateEnvironmentResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the environment was updated.
updatedAt - The timestamp of when the environment was updated.UpdateEnvironmentResponse.Builder userParameters(Collection<CustomParameter> userParameters)
The user parameters to be updated as part of the UpdateEnvironment action.
userParameters - The user parameters to be updated as part of the UpdateEnvironment action.UpdateEnvironmentResponse.Builder userParameters(CustomParameter... userParameters)
The user parameters to be updated as part of the UpdateEnvironment action.
userParameters - The user parameters to be updated as part of the UpdateEnvironment action.UpdateEnvironmentResponse.Builder userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters to be updated as part of the UpdateEnvironment action.
CustomParameter.Builder avoiding the need to create
one manually via CustomParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #userParameters(List.
userParameters - a consumer that will call methods on
CustomParameter.Builder#userParameters(java.util.Collection) Copyright © 2023. All rights reserved.