Interface CreateEnvironmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>,DataZoneResponse.Builder,SdkBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateEnvironmentResponse
public static interface CreateEnvironmentResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateEnvironmentResponse.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account in which the Amazon DataZone environment is created.CreateEnvironmentResponse.BuilderawsAccountRegion(String awsAccountRegion)The Amazon Web Services region in which the Amazon DataZone environment is created.CreateEnvironmentResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the environment was created.CreateEnvironmentResponse.BuildercreatedBy(String createdBy)The Amazon DataZone user who created this environment.default CreateEnvironmentResponse.BuilderdeploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties)The deployment properties of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderdeploymentProperties(DeploymentProperties deploymentProperties)The deployment properties of this Amazon DataZone environment.CreateEnvironmentResponse.Builderdescription(String description)The description of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which the environment is created.CreateEnvironmentResponse.BuilderenvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)The configurable actions of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderenvironmentActions(Consumer<ConfigurableEnvironmentAction.Builder>... environmentActions)The configurable actions of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderenvironmentActions(ConfigurableEnvironmentAction... environmentActions)The configurable actions of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderenvironmentBlueprintId(String environmentBlueprintId)The ID of the blueprint with which this Amazon DataZone environment was created.CreateEnvironmentResponse.BuilderenvironmentProfileId(String environmentProfileId)The ID of the environment profile with which this Amazon DataZone environment was created.CreateEnvironmentResponse.BuilderglossaryTerms(String... glossaryTerms)The glossary terms that can be used in this Amazon DataZone environment.CreateEnvironmentResponse.BuilderglossaryTerms(Collection<String> glossaryTerms)The glossary terms that can be used in this Amazon DataZone environment.CreateEnvironmentResponse.Builderid(String id)The ID of this Amazon DataZone environment.default CreateEnvironmentResponse.BuilderlastDeployment(Consumer<Deployment.Builder> lastDeployment)The details of the last deployment of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderlastDeployment(Deployment lastDeployment)The details of the last deployment of this Amazon DataZone environment.CreateEnvironmentResponse.Buildername(String name)The name of this environment.CreateEnvironmentResponse.BuilderprojectId(String projectId)The ID of the Amazon DataZone project in which this environment is created.CreateEnvironmentResponse.Builderprovider(String provider)The provider of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderprovisionedResources(Collection<Resource> provisionedResources)The provisioned resources of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderprovisionedResources(Consumer<Resource.Builder>... provisionedResources)The provisioned resources of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderprovisionedResources(Resource... provisionedResources)The provisioned resources of this Amazon DataZone environment.default CreateEnvironmentResponse.BuilderprovisioningProperties(Consumer<ProvisioningProperties.Builder> provisioningProperties)The provisioning properties of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderprovisioningProperties(ProvisioningProperties provisioningProperties)The provisioning properties of this Amazon DataZone environment.CreateEnvironmentResponse.Builderstatus(String status)The status of this Amazon DataZone environment.CreateEnvironmentResponse.Builderstatus(EnvironmentStatus status)The status of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when this environment was updated.CreateEnvironmentResponse.BuilderuserParameters(Collection<CustomParameter> userParameters)The user parameters of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderuserParameters(Consumer<CustomParameter.Builder>... userParameters)The user parameters of this Amazon DataZone environment.CreateEnvironmentResponse.BuilderuserParameters(CustomParameter... userParameters)The user parameters of this Amazon DataZone environment.-
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
-
awsAccountId
CreateEnvironmentResponse.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account in which the Amazon DataZone environment is created.
- Parameters:
awsAccountId- The Amazon Web Services account in which the Amazon DataZone environment is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountRegion
CreateEnvironmentResponse.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region in which the Amazon DataZone environment is created.
- Parameters:
awsAccountRegion- The Amazon Web Services region in which the Amazon DataZone environment is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
CreateEnvironmentResponse.Builder createdAt(Instant createdAt)
The timestamp of when the environment was created.
- Parameters:
createdAt- The timestamp of when the environment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
CreateEnvironmentResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created this environment.
- Parameters:
createdBy- The Amazon DataZone user who created this environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentProperties
CreateEnvironmentResponse.Builder deploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties of this Amazon DataZone environment.
- Parameters:
deploymentProperties- The deployment properties of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentProperties
default CreateEnvironmentResponse.Builder deploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties)
The deployment properties of this Amazon DataZone environment.
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
CreateEnvironmentResponse.Builder description(String description)
The description of this Amazon DataZone environment.
- Parameters:
description- The description of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
CreateEnvironmentResponse.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the environment is created.
- Parameters:
domainId- The identifier of the Amazon DataZone domain in which the environment is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentActions
CreateEnvironmentResponse.Builder environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The configurable actions of this Amazon DataZone environment.
- Parameters:
environmentActions- The configurable actions of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentActions
CreateEnvironmentResponse.Builder environmentActions(ConfigurableEnvironmentAction... environmentActions)
The configurable actions of this Amazon DataZone environment.
- Parameters:
environmentActions- The configurable actions of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentActions
CreateEnvironmentResponse.Builder environmentActions(Consumer<ConfigurableEnvironmentAction.Builder>... environmentActions)
The configurable actions of this Amazon DataZone environment.
This is a convenience method that creates an instance of theConfigurableEnvironmentAction.Builderavoiding the need to create one manually viaConfigurableEnvironmentAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#environmentActions(List.) - Parameters:
environmentActions- a consumer that will call methods onConfigurableEnvironmentAction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#environmentActions(java.util.Collection)
-
environmentBlueprintId
CreateEnvironmentResponse.Builder environmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this Amazon DataZone environment was created.
- Parameters:
environmentBlueprintId- The ID of the blueprint with which this Amazon DataZone environment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentProfileId
CreateEnvironmentResponse.Builder environmentProfileId(String environmentProfileId)
The ID of the environment profile with which this Amazon DataZone environment was created.
- Parameters:
environmentProfileId- The ID of the environment profile with which this Amazon DataZone environment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
CreateEnvironmentResponse.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in this Amazon DataZone environment.
- Parameters:
glossaryTerms- The glossary terms that can be used in this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
CreateEnvironmentResponse.Builder glossaryTerms(String... glossaryTerms)
The glossary terms that can be used in this Amazon DataZone environment.
- Parameters:
glossaryTerms- The glossary terms that can be used in this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CreateEnvironmentResponse.Builder id(String id)
The ID of this Amazon DataZone environment.
- Parameters:
id- The ID of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastDeployment
CreateEnvironmentResponse.Builder lastDeployment(Deployment lastDeployment)
The details of the last deployment of this Amazon DataZone environment.
- Parameters:
lastDeployment- The details of the last deployment of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastDeployment
default CreateEnvironmentResponse.Builder lastDeployment(Consumer<Deployment.Builder> lastDeployment)
The details of the last deployment of this Amazon DataZone environment.
This is a convenience method that creates an instance of theDeployment.Builderavoiding the need to create one manually viaDeployment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastDeployment(Deployment).- Parameters:
lastDeployment- a consumer that will call methods onDeployment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lastDeployment(Deployment)
-
name
CreateEnvironmentResponse.Builder name(String name)
The name of this environment.
- Parameters:
name- The name of this environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectId
CreateEnvironmentResponse.Builder projectId(String projectId)
The ID of the Amazon DataZone project in which this environment is created.
- Parameters:
projectId- The ID of the Amazon DataZone project in which this environment is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
CreateEnvironmentResponse.Builder provider(String provider)
The provider of this Amazon DataZone environment.
- Parameters:
provider- The provider of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedResources
CreateEnvironmentResponse.Builder provisionedResources(Collection<Resource> provisionedResources)
The provisioned resources of this Amazon DataZone environment.
- Parameters:
provisionedResources- The provisioned resources of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedResources
CreateEnvironmentResponse.Builder provisionedResources(Resource... provisionedResources)
The provisioned resources of this Amazon DataZone environment.
- Parameters:
provisionedResources- The provisioned resources of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedResources
CreateEnvironmentResponse.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.Builderavoiding the need to create one manually viaResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#provisionedResources(List.) - Parameters:
provisionedResources- a consumer that will call methods onResource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#provisionedResources(java.util.Collection)
-
provisioningProperties
CreateEnvironmentResponse.Builder provisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties of this Amazon DataZone environment.
- Parameters:
provisioningProperties- The provisioning properties of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningProperties
default CreateEnvironmentResponse.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.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)
-
status
CreateEnvironmentResponse.Builder status(String status)
The status of this Amazon DataZone environment.
- Parameters:
status- The status of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentStatus,EnvironmentStatus
-
status
CreateEnvironmentResponse.Builder status(EnvironmentStatus status)
The status of this Amazon DataZone environment.
- Parameters:
status- The status of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentStatus,EnvironmentStatus
-
updatedAt
CreateEnvironmentResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when this environment was updated.
- Parameters:
updatedAt- The timestamp of when this environment was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
CreateEnvironmentResponse.Builder userParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment.
- Parameters:
userParameters- The user parameters of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
CreateEnvironmentResponse.Builder userParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment.
- Parameters:
userParameters- The user parameters of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
CreateEnvironmentResponse.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.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)
-
-