public static interface GetEnvironmentResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentResponse.Builder,GetEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentResponse.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where the environment exists.
|
GetEnvironmentResponse.Builder |
awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where the environment exists.
|
GetEnvironmentResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the environment was created.
|
GetEnvironmentResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the environment.
|
default GetEnvironmentResponse.Builder |
deploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties)
The deployment properties of the environment.
|
GetEnvironmentResponse.Builder |
deploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties of the environment.
|
GetEnvironmentResponse.Builder |
description(String description)
The description of the environment.
|
GetEnvironmentResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain where the environment exists.
|
GetEnvironmentResponse.Builder |
environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The actions of the environment.
|
GetEnvironmentResponse.Builder |
environmentActions(ConfigurableEnvironmentAction... environmentActions)
The actions of the environment.
|
GetEnvironmentResponse.Builder |
environmentActions(Consumer<ConfigurableEnvironmentAction.Builder>... environmentActions)
The actions of the environment.
|
GetEnvironmentResponse.Builder |
environmentBlueprintId(String environmentBlueprintId)
The blueprint with which the environment is created.
|
GetEnvironmentResponse.Builder |
environmentProfileId(String environmentProfileId)
The ID of the environment profile with which the environment is created.
|
GetEnvironmentResponse.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The business glossary terms that can be used in this environment.
|
GetEnvironmentResponse.Builder |
glossaryTerms(String... glossaryTerms)
The business glossary terms that can be used in this environment.
|
GetEnvironmentResponse.Builder |
id(String id)
The ID of the environment.
|
default GetEnvironmentResponse.Builder |
lastDeployment(Consumer<Deployment.Builder> lastDeployment)
The details of the last deployment of the environment.
|
GetEnvironmentResponse.Builder |
lastDeployment(Deployment lastDeployment)
The details of the last deployment of the environment.
|
GetEnvironmentResponse.Builder |
name(String name)
The name of the environment.
|
GetEnvironmentResponse.Builder |
projectId(String projectId)
The ID of the Amazon DataZone project in which this environment is created.
|
GetEnvironmentResponse.Builder |
provider(String provider)
The provider of this Amazon DataZone environment.
|
GetEnvironmentResponse.Builder |
provisionedResources(Collection<Resource> provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
GetEnvironmentResponse.Builder |
provisionedResources(Consumer<Resource.Builder>... provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
GetEnvironmentResponse.Builder |
provisionedResources(Resource... provisionedResources)
The provisioned resources of this Amazon DataZone environment.
|
default GetEnvironmentResponse.Builder |
provisioningProperties(Consumer<ProvisioningProperties.Builder> provisioningProperties)
The provisioning properties of this Amazon DataZone environment.
|
GetEnvironmentResponse.Builder |
provisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of this Amazon DataZone environment.
|
GetEnvironmentResponse.Builder |
status(EnvironmentStatus status)
The status of this Amazon DataZone environment.
|
GetEnvironmentResponse.Builder |
status(String status)
The status of this Amazon DataZone environment.
|
GetEnvironmentResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when this environment was updated.
|
GetEnvironmentResponse.Builder |
userParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
GetEnvironmentResponse.Builder |
userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters of this Amazon DataZone environment.
|
GetEnvironmentResponse.Builder |
userParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnvironmentResponse.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where the environment exists.
awsAccountId - The ID of the Amazon Web Services account where the environment exists.GetEnvironmentResponse.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where the environment exists.
awsAccountRegion - The Amazon Web Services region where the environment exists.GetEnvironmentResponse.Builder createdAt(Instant createdAt)
The timestamp of when the environment was created.
createdAt - The timestamp of when the environment was created.GetEnvironmentResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the environment.
createdBy - The Amazon DataZone user who created the environment.GetEnvironmentResponse.Builder deploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties of the environment.
deploymentProperties - The deployment properties of the environment.default GetEnvironmentResponse.Builder deploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties)
The deployment properties of the environment.
This is a convenience method that creates an instance of theDeploymentProperties.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)GetEnvironmentResponse.Builder description(String description)
The description of the environment.
description - The description of the environment.GetEnvironmentResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain where the environment exists.
domainId - The ID of the Amazon DataZone domain where the environment exists.GetEnvironmentResponse.Builder environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The actions of the environment.
environmentActions - The actions of the environment.GetEnvironmentResponse.Builder environmentActions(ConfigurableEnvironmentAction... environmentActions)
The actions of the environment.
environmentActions - The actions of the environment.GetEnvironmentResponse.Builder environmentActions(Consumer<ConfigurableEnvironmentAction.Builder>... environmentActions)
The actions of the environment.
This is a convenience method that creates an instance of theConfigurableEnvironmentAction.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) GetEnvironmentResponse.Builder environmentBlueprintId(String environmentBlueprintId)
The blueprint with which the environment is created.
environmentBlueprintId - The blueprint with which the environment is created.GetEnvironmentResponse.Builder environmentProfileId(String environmentProfileId)
The ID of the environment profile with which the environment is created.
environmentProfileId - The ID of the environment profile with which the environment is created.GetEnvironmentResponse.Builder glossaryTerms(Collection<String> glossaryTerms)
The business glossary terms that can be used in this environment.
glossaryTerms - The business glossary terms that can be used in this environment.GetEnvironmentResponse.Builder glossaryTerms(String... glossaryTerms)
The business glossary terms that can be used in this environment.
glossaryTerms - The business glossary terms that can be used in this environment.GetEnvironmentResponse.Builder id(String id)
The ID of the environment.
id - The ID of the environment.GetEnvironmentResponse.Builder lastDeployment(Deployment lastDeployment)
The details of the last deployment of the environment.
lastDeployment - The details of the last deployment of the environment.default GetEnvironmentResponse.Builder lastDeployment(Consumer<Deployment.Builder> lastDeployment)
The details of 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)GetEnvironmentResponse.Builder name(String name)
The name of the environment.
name - The name of the environment.GetEnvironmentResponse.Builder projectId(String projectId)
The ID of the Amazon DataZone project in which this environment is created.
projectId - The ID of the Amazon DataZone project in which this environment is created.GetEnvironmentResponse.Builder provider(String provider)
The provider of this Amazon DataZone environment.
provider - The provider of this Amazon DataZone environment.GetEnvironmentResponse.Builder provisionedResources(Collection<Resource> provisionedResources)
The provisioned resources of this Amazon DataZone environment.
provisionedResources - The provisioned resources of this Amazon DataZone environment.GetEnvironmentResponse.Builder provisionedResources(Resource... provisionedResources)
The provisioned resources of this Amazon DataZone environment.
provisionedResources - The provisioned resources of this Amazon DataZone environment.GetEnvironmentResponse.Builder provisionedResources(Consumer<Resource.Builder>... provisionedResources)
The provisioned resources of this Amazon DataZone environment.
This is a convenience method that creates an instance of theResource.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) GetEnvironmentResponse.Builder provisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of this Amazon DataZone environment.
provisioningProperties - The provisioning properties of this Amazon DataZone environment.default GetEnvironmentResponse.Builder provisioningProperties(Consumer<ProvisioningProperties.Builder> provisioningProperties)
The provisioning properties of this Amazon DataZone environment.
This is a convenience method that creates an instance of theProvisioningProperties.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)GetEnvironmentResponse.Builder status(String status)
The status of this Amazon DataZone environment.
status - The status of this Amazon DataZone environment.EnvironmentStatus,
EnvironmentStatusGetEnvironmentResponse.Builder status(EnvironmentStatus status)
The status of this Amazon DataZone environment.
status - The status of this Amazon DataZone environment.EnvironmentStatus,
EnvironmentStatusGetEnvironmentResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when this environment was updated.
updatedAt - The timestamp of when this environment was updated.GetEnvironmentResponse.Builder userParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment.
userParameters - The user parameters of this Amazon DataZone environment.GetEnvironmentResponse.Builder userParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment.
userParameters - The user parameters of this Amazon DataZone environment.GetEnvironmentResponse.Builder userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters of this Amazon DataZone environment.
This is a convenience method that creates an instance of theCustomParameter.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.