UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.awsAccountId(String awsAccountId) |
The identifier of the Amazon Web Services account in which the environment is to be updated.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.awsAccountRegion(String awsAccountRegion) |
The Amazon Web Services Region in which the environment is updated.
|
static UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.builder() |
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.createdAt(Instant createdAt) |
The timestamp of when the environment was created.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.createdBy(String createdBy) |
The Amazon DataZone user who created the environment.
|
default UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.deploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties) |
The deployment properties to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.deploymentProperties(DeploymentProperties deploymentProperties) |
The deployment properties to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.description(String description) |
The description to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.domainId(String domainId) |
The identifier of the domain in which the environment is to be updated.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions) |
The environment actions to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.environmentActions(Consumer<ConfigurableEnvironmentAction.Builder>... environmentActions) |
The environment actions to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.environmentActions(ConfigurableEnvironmentAction... environmentActions) |
The environment actions to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.environmentBlueprintId(String environmentBlueprintId) |
The blueprint identifier of the environment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.environmentProfileId(String environmentProfileId) |
The profile identifier of the environment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.glossaryTerms(String... glossaryTerms) |
The glossary terms to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.glossaryTerms(Collection<String> glossaryTerms) |
The glossary terms to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.id(String id) |
The identifier of the environment that is to be updated.
|
default UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.lastDeployment(Consumer<Deployment.Builder> lastDeployment) |
The last deployment of the environment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.lastDeployment(Deployment lastDeployment) |
The last deployment of the environment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.name(String name) |
The name to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.projectId(String projectId) |
The project identifier of the environment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.provider(String provider) |
The provider identifier of the environment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.provisionedResources(Collection<Resource> provisionedResources) |
The provisioned resources to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.provisionedResources(Consumer<Resource.Builder>... provisionedResources) |
The provisioned resources to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.provisionedResources(Resource... provisionedResources) |
The provisioned resources to be updated as part of the UpdateEnvironment action.
|
default UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.provisioningProperties(Consumer<ProvisioningProperties.Builder> provisioningProperties) |
The provisioning properties to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.provisioningProperties(ProvisioningProperties provisioningProperties) |
The provisioning properties to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.status(String status) |
The status to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.status(EnvironmentStatus status) |
The status to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.toBuilder() |
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the environment was updated.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.userParameters(Collection<CustomParameter> userParameters) |
The user parameters to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.userParameters(Consumer<CustomParameter.Builder>... userParameters) |
The user parameters to be updated as part of the UpdateEnvironment action.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.userParameters(CustomParameter... userParameters) |
The user parameters to be updated as part of the UpdateEnvironment action.
|