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