public static interface GetEnvironmentBlueprintResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentBlueprintResponse.Builder,GetEnvironmentBlueprintResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentBlueprintResponse.Builder |
createdAt(Instant createdAt)
A timestamp of when this blueprint was created.
|
default GetEnvironmentBlueprintResponse.Builder |
deploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties)
The deployment properties of this Amazon DataZone blueprint.
|
GetEnvironmentBlueprintResponse.Builder |
deploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties of this Amazon DataZone blueprint.
|
GetEnvironmentBlueprintResponse.Builder |
description(String description)
The description of this Amazon DataZone blueprint.
|
GetEnvironmentBlueprintResponse.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The glossary terms attached to this Amazon DataZone blueprint.
|
GetEnvironmentBlueprintResponse.Builder |
glossaryTerms(String... glossaryTerms)
The glossary terms attached to this Amazon DataZone blueprint.
|
GetEnvironmentBlueprintResponse.Builder |
id(String id)
The ID of this Amazon DataZone blueprint.
|
GetEnvironmentBlueprintResponse.Builder |
name(String name)
The name of this Amazon DataZone blueprint.
|
GetEnvironmentBlueprintResponse.Builder |
provider(String provider)
The provider of this Amazon DataZone blueprint.
|
default GetEnvironmentBlueprintResponse.Builder |
provisioningProperties(Consumer<ProvisioningProperties.Builder> provisioningProperties)
The provisioning properties of this Amazon DataZone blueprint.
|
GetEnvironmentBlueprintResponse.Builder |
provisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of this Amazon DataZone blueprint.
|
GetEnvironmentBlueprintResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when this blueprint was updated.
|
GetEnvironmentBlueprintResponse.Builder |
userParameters(Collection<CustomParameter> userParameters)
The user parameters of this blueprint.
|
GetEnvironmentBlueprintResponse.Builder |
userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters of this blueprint.
|
GetEnvironmentBlueprintResponse.Builder |
userParameters(CustomParameter... userParameters)
The user parameters of this blueprint.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnvironmentBlueprintResponse.Builder createdAt(Instant createdAt)
A timestamp of when this blueprint was created.
createdAt - A timestamp of when this blueprint was created.GetEnvironmentBlueprintResponse.Builder deploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties of this Amazon DataZone blueprint.
deploymentProperties - The deployment properties of this Amazon DataZone blueprint.default GetEnvironmentBlueprintResponse.Builder deploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties)
The deployment properties of this Amazon DataZone blueprint.
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)GetEnvironmentBlueprintResponse.Builder description(String description)
The description of this Amazon DataZone blueprint.
description - The description of this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms attached to this Amazon DataZone blueprint.
glossaryTerms - The glossary terms attached to this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.Builder glossaryTerms(String... glossaryTerms)
The glossary terms attached to this Amazon DataZone blueprint.
glossaryTerms - The glossary terms attached to this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.Builder id(String id)
The ID of this Amazon DataZone blueprint.
id - The ID of this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.Builder name(String name)
The name of this Amazon DataZone blueprint.
name - The name of this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.Builder provider(String provider)
The provider of this Amazon DataZone blueprint.
provider - The provider of this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.Builder provisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of this Amazon DataZone blueprint.
provisioningProperties - The provisioning properties of this Amazon DataZone blueprint.default GetEnvironmentBlueprintResponse.Builder provisioningProperties(Consumer<ProvisioningProperties.Builder> provisioningProperties)
The provisioning properties of this Amazon DataZone blueprint.
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)GetEnvironmentBlueprintResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when this blueprint was updated.
updatedAt - The timestamp of when this blueprint was updated.GetEnvironmentBlueprintResponse.Builder userParameters(Collection<CustomParameter> userParameters)
The user parameters of this blueprint.
userParameters - The user parameters of this blueprint.GetEnvironmentBlueprintResponse.Builder userParameters(CustomParameter... userParameters)
The user parameters of this blueprint.
userParameters - The user parameters of this blueprint.GetEnvironmentBlueprintResponse.Builder userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters of this blueprint.
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.