Interface GetEnvironmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEnvironmentResponse.Builder,GetEnvironmentResponse>,DataZoneResponse.Builder,SdkBuilder<GetEnvironmentResponse.Builder,GetEnvironmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEnvironmentResponse
public static interface GetEnvironmentResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentResponse.Builder,GetEnvironmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetEnvironmentResponse.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account where the environment exists.GetEnvironmentResponse.BuilderawsAccountRegion(String awsAccountRegion)The Amazon Web Services region where the environment exists.GetEnvironmentResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the environment was created.GetEnvironmentResponse.BuildercreatedBy(String createdBy)The Amazon DataZone user who created the environment.default GetEnvironmentResponse.BuilderdeploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties)The deployment properties of the environment.GetEnvironmentResponse.BuilderdeploymentProperties(DeploymentProperties deploymentProperties)The deployment properties of the environment.GetEnvironmentResponse.Builderdescription(String description)The description of the environment.GetEnvironmentResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain where the environment exists.GetEnvironmentResponse.BuilderenvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)The actions of the environment.GetEnvironmentResponse.BuilderenvironmentActions(Consumer<ConfigurableEnvironmentAction.Builder>... environmentActions)The actions of the environment.GetEnvironmentResponse.BuilderenvironmentActions(ConfigurableEnvironmentAction... environmentActions)The actions of the environment.GetEnvironmentResponse.BuilderenvironmentBlueprintId(String environmentBlueprintId)The blueprint with which the environment is created.GetEnvironmentResponse.BuilderenvironmentProfileId(String environmentProfileId)The ID of the environment profile with which the environment is created.GetEnvironmentResponse.BuilderglossaryTerms(String... glossaryTerms)The business glossary terms that can be used in this environment.GetEnvironmentResponse.BuilderglossaryTerms(Collection<String> glossaryTerms)The business glossary terms that can be used in this environment.GetEnvironmentResponse.Builderid(String id)The ID of the environment.default GetEnvironmentResponse.BuilderlastDeployment(Consumer<Deployment.Builder> lastDeployment)The details of the last deployment of the environment.GetEnvironmentResponse.BuilderlastDeployment(Deployment lastDeployment)The details of the last deployment of the environment.GetEnvironmentResponse.Buildername(String name)The name of the environment.GetEnvironmentResponse.BuilderprojectId(String projectId)The ID of the Amazon DataZone project in which this environment is created.GetEnvironmentResponse.Builderprovider(String provider)The provider of this Amazon DataZone environment.GetEnvironmentResponse.BuilderprovisionedResources(Collection<Resource> provisionedResources)The provisioned resources of this Amazon DataZone environment.GetEnvironmentResponse.BuilderprovisionedResources(Consumer<Resource.Builder>... provisionedResources)The provisioned resources of this Amazon DataZone environment.GetEnvironmentResponse.BuilderprovisionedResources(Resource... provisionedResources)The provisioned resources of this Amazon DataZone environment.default GetEnvironmentResponse.BuilderprovisioningProperties(Consumer<ProvisioningProperties.Builder> provisioningProperties)The provisioning properties of this Amazon DataZone environment.GetEnvironmentResponse.BuilderprovisioningProperties(ProvisioningProperties provisioningProperties)The provisioning properties of this Amazon DataZone environment.GetEnvironmentResponse.Builderstatus(String status)The status of this Amazon DataZone environment.GetEnvironmentResponse.Builderstatus(EnvironmentStatus status)The status of this Amazon DataZone environment.GetEnvironmentResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when this environment was updated.GetEnvironmentResponse.BuilderuserParameters(Collection<CustomParameter> userParameters)The user parameters of this Amazon DataZone environment.GetEnvironmentResponse.BuilderuserParameters(Consumer<CustomParameter.Builder>... userParameters)The user parameters of this Amazon DataZone environment.GetEnvironmentResponse.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
GetEnvironmentResponse.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where the environment exists.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account where the environment exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountRegion
GetEnvironmentResponse.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where the environment exists.
- Parameters:
awsAccountRegion- The Amazon Web Services region where the environment exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
GetEnvironmentResponse.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
GetEnvironmentResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the environment.
- Parameters:
createdBy- The Amazon DataZone user who created the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentProperties
GetEnvironmentResponse.Builder deploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties of the environment.
- Parameters:
deploymentProperties- The deployment properties of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentProperties
default GetEnvironmentResponse.Builder deploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties)
The deployment properties of the 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
GetEnvironmentResponse.Builder description(String description)
The description of the environment.
- Parameters:
description- The description of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
GetEnvironmentResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain where the environment exists.
- Parameters:
domainId- The ID of the Amazon DataZone domain where the environment exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentActions
GetEnvironmentResponse.Builder environmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The actions of the environment.
- Parameters:
environmentActions- The actions of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentActions
GetEnvironmentResponse.Builder environmentActions(ConfigurableEnvironmentAction... environmentActions)
The actions of the environment.
- Parameters:
environmentActions- The actions of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentActions
GetEnvironmentResponse.Builder environmentActions(Consumer<ConfigurableEnvironmentAction.Builder>... environmentActions)
The actions of the 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
GetEnvironmentResponse.Builder environmentBlueprintId(String environmentBlueprintId)
The blueprint with which the environment is created.
- Parameters:
environmentBlueprintId- The blueprint with which the environment is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentProfileId
GetEnvironmentResponse.Builder environmentProfileId(String environmentProfileId)
The ID of the environment profile with which the environment is created.
- Parameters:
environmentProfileId- The ID of the environment profile with which the environment is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
GetEnvironmentResponse.Builder glossaryTerms(Collection<String> glossaryTerms)
The business glossary terms that can be used in this environment.
- Parameters:
glossaryTerms- The business glossary terms that can be used in this environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
GetEnvironmentResponse.Builder glossaryTerms(String... glossaryTerms)
The business glossary terms that can be used in this environment.
- Parameters:
glossaryTerms- The business glossary terms that can be used in this environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetEnvironmentResponse.Builder id(String id)
The ID of the environment.
- Parameters:
id- The ID of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastDeployment
GetEnvironmentResponse.Builder lastDeployment(Deployment lastDeployment)
The details of the last deployment of the environment.
- Parameters:
lastDeployment- The details of the last deployment of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastDeployment
default GetEnvironmentResponse.Builder lastDeployment(Consumer<Deployment.Builder> lastDeployment)
The details of the last deployment of the 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
GetEnvironmentResponse.Builder name(String name)
The name of the environment.
- Parameters:
name- The name of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectId
GetEnvironmentResponse.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
GetEnvironmentResponse.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
GetEnvironmentResponse.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
GetEnvironmentResponse.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
GetEnvironmentResponse.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
GetEnvironmentResponse.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 GetEnvironmentResponse.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
GetEnvironmentResponse.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
GetEnvironmentResponse.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
GetEnvironmentResponse.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
GetEnvironmentResponse.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
GetEnvironmentResponse.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
GetEnvironmentResponse.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)
-
-