Interface GetEnvironmentBlueprintResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEnvironmentBlueprintResponse.Builder,GetEnvironmentBlueprintResponse>,DataZoneResponse.Builder,SdkBuilder<GetEnvironmentBlueprintResponse.Builder,GetEnvironmentBlueprintResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEnvironmentBlueprintResponse
public static interface GetEnvironmentBlueprintResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentBlueprintResponse.Builder,GetEnvironmentBlueprintResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetEnvironmentBlueprintResponse.BuildercreatedAt(Instant createdAt)A timestamp of when this blueprint was created.default GetEnvironmentBlueprintResponse.BuilderdeploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties)The deployment properties of this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.BuilderdeploymentProperties(DeploymentProperties deploymentProperties)The deployment properties of this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.Builderdescription(String description)The description of this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.BuilderglossaryTerms(String... glossaryTerms)The glossary terms attached to this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.BuilderglossaryTerms(Collection<String> glossaryTerms)The glossary terms attached to this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.Builderid(String id)The ID of this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.Buildername(String name)The name of this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.Builderprovider(String provider)The provider of this Amazon DataZone blueprint.default GetEnvironmentBlueprintResponse.BuilderprovisioningProperties(Consumer<ProvisioningProperties.Builder> provisioningProperties)The provisioning properties of this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.BuilderprovisioningProperties(ProvisioningProperties provisioningProperties)The provisioning properties of this Amazon DataZone blueprint.GetEnvironmentBlueprintResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when this blueprint was updated.GetEnvironmentBlueprintResponse.BuilderuserParameters(Collection<CustomParameter> userParameters)The user parameters of this blueprint.GetEnvironmentBlueprintResponse.BuilderuserParameters(Consumer<CustomParameter.Builder>... userParameters)The user parameters of this blueprint.GetEnvironmentBlueprintResponse.BuilderuserParameters(CustomParameter... userParameters)The user parameters of this blueprint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
GetEnvironmentBlueprintResponse.Builder createdAt(Instant createdAt)
A timestamp of when this blueprint was created.
- Parameters:
createdAt- A timestamp of when this blueprint was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentProperties
GetEnvironmentBlueprintResponse.Builder deploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties of this Amazon DataZone blueprint.
- Parameters:
deploymentProperties- The deployment properties of this Amazon DataZone blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentProperties
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.Builderavoiding the need to create one manually viaDeploymentProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeploymentProperties(DeploymentProperties).- Parameters:
deploymentProperties- a consumer that will call methods onDeploymentProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deploymentProperties(DeploymentProperties)
-
description
GetEnvironmentBlueprintResponse.Builder description(String description)
The description of this Amazon DataZone blueprint.
- Parameters:
description- The description of this Amazon DataZone blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
GetEnvironmentBlueprintResponse.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms attached to this Amazon DataZone blueprint.
- Parameters:
glossaryTerms- The glossary terms attached to this Amazon DataZone blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
GetEnvironmentBlueprintResponse.Builder glossaryTerms(String... glossaryTerms)
The glossary terms attached to this Amazon DataZone blueprint.
- Parameters:
glossaryTerms- The glossary terms attached to this Amazon DataZone blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetEnvironmentBlueprintResponse.Builder id(String id)
The ID of this Amazon DataZone blueprint.
- Parameters:
id- The ID of this Amazon DataZone blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetEnvironmentBlueprintResponse.Builder name(String name)
The name of this Amazon DataZone blueprint.
- Parameters:
name- The name of this Amazon DataZone blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
GetEnvironmentBlueprintResponse.Builder provider(String provider)
The provider of this Amazon DataZone blueprint.
- Parameters:
provider- The provider of this Amazon DataZone blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningProperties
GetEnvironmentBlueprintResponse.Builder provisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of this Amazon DataZone blueprint.
- Parameters:
provisioningProperties- The provisioning properties of this Amazon DataZone blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningProperties
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.Builderavoiding the need to create one manually viaProvisioningProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovisioningProperties(ProvisioningProperties).- Parameters:
provisioningProperties- a consumer that will call methods onProvisioningProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
provisioningProperties(ProvisioningProperties)
-
updatedAt
GetEnvironmentBlueprintResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when this blueprint was updated.
- Parameters:
updatedAt- The timestamp of when this blueprint was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
GetEnvironmentBlueprintResponse.Builder userParameters(Collection<CustomParameter> userParameters)
The user parameters of this blueprint.
- Parameters:
userParameters- The user parameters of this blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
GetEnvironmentBlueprintResponse.Builder userParameters(CustomParameter... userParameters)
The user parameters of this blueprint.
- Parameters:
userParameters- The user parameters of this blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
GetEnvironmentBlueprintResponse.Builder userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters of this blueprint.
This is a convenience method that creates an instance of theCustomParameter.Builderavoiding the need to create one manually viaCustomParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#userParameters(List.) - Parameters:
userParameters- a consumer that will call methods onCustomParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#userParameters(java.util.Collection)
-
-