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