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