Interface UpdateEnvironmentBlueprintResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateEnvironmentBlueprintResponse.Builder,,UpdateEnvironmentBlueprintResponse> DataZoneResponse.Builder,SdkBuilder<UpdateEnvironmentBlueprintResponse.Builder,,UpdateEnvironmentBlueprintResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateEnvironmentBlueprintResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the environment blueprint was created.deploymentProperties(Consumer<DeploymentProperties.Builder> deploymentProperties) The deployment properties to be updated as part of theUpdateEnvironmentBlueprintaction.deploymentProperties(DeploymentProperties deploymentProperties) The deployment properties to be updated as part of theUpdateEnvironmentBlueprintaction.description(String description) The description to be updated as part of theUpdateEnvironmentBlueprintaction.glossaryTerms(String... glossaryTerms) The glossary terms to be updated as part of theUpdateEnvironmentBlueprintaction.glossaryTerms(Collection<String> glossaryTerms) The glossary terms to be updated as part of theUpdateEnvironmentBlueprintaction.The identifier of the blueprint to be updated.The name to be updated as part of theUpdateEnvironmentBlueprintaction.The provider of the blueprint to be udpated.provisioningProperties(Consumer<ProvisioningProperties.Builder> provisioningProperties) The provisioning properties to be updated as part of theUpdateEnvironmentBlueprintaction.provisioningProperties(ProvisioningProperties provisioningProperties) The provisioning properties to be updated as part of theUpdateEnvironmentBlueprintaction.The timestamp of when the blueprint was updated.userParameters(Collection<CustomParameter> userParameters) The user parameters to be updated as part of theUpdateEnvironmentBlueprintaction.userParameters(Consumer<CustomParameter.Builder>... userParameters) The user parameters to be updated as part of theUpdateEnvironmentBlueprintaction.userParameters(CustomParameter... userParameters) The user parameters to be updated as part of theUpdateEnvironmentBlueprintaction.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
createdAt
The timestamp of when the environment blueprint was created.
- Parameters:
createdAt- The timestamp of when the environment blueprint was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentProperties
UpdateEnvironmentBlueprintResponse.Builder deploymentProperties(DeploymentProperties deploymentProperties) The deployment properties to be updated as part of the
UpdateEnvironmentBlueprintaction.- Parameters:
deploymentProperties- The deployment properties to be updated as part of theUpdateEnvironmentBlueprintaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentProperties
default UpdateEnvironmentBlueprintResponse.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 theUpdateEnvironmentBlueprintaction.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:
-
description
The description to be updated as part of the
UpdateEnvironmentBlueprintaction.- Parameters:
description- The description to be updated as part of theUpdateEnvironmentBlueprintaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms to be updated as part of the
UpdateEnvironmentBlueprintaction.- Parameters:
glossaryTerms- The glossary terms to be updated as part of theUpdateEnvironmentBlueprintaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms to be updated as part of the
UpdateEnvironmentBlueprintaction.- Parameters:
glossaryTerms- The glossary terms to be updated as part of theUpdateEnvironmentBlueprintaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the blueprint to be updated.
- Parameters:
id- The identifier of the blueprint to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name to be updated as part of the
UpdateEnvironmentBlueprintaction.- Parameters:
name- The name to be updated as part of theUpdateEnvironmentBlueprintaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
The provider of the blueprint to be udpated.
- Parameters:
provider- The provider of the blueprint to be udpated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningProperties
UpdateEnvironmentBlueprintResponse.Builder provisioningProperties(ProvisioningProperties provisioningProperties) The provisioning properties to be updated as part of the
UpdateEnvironmentBlueprintaction.- Parameters:
provisioningProperties- The provisioning properties to be updated as part of theUpdateEnvironmentBlueprintaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningProperties
default UpdateEnvironmentBlueprintResponse.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 theUpdateEnvironmentBlueprintaction.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:
-
updatedAt
The timestamp of when the blueprint was updated.
- Parameters:
updatedAt- The timestamp of when the blueprint was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
UpdateEnvironmentBlueprintResponse.Builder userParameters(Collection<CustomParameter> userParameters) The user parameters to be updated as part of the
UpdateEnvironmentBlueprintaction.- Parameters:
userParameters- The user parameters to be updated as part of theUpdateEnvironmentBlueprintaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
The user parameters to be updated as part of the
UpdateEnvironmentBlueprintaction.- Parameters:
userParameters- The user parameters to be updated as part of theUpdateEnvironmentBlueprintaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
UpdateEnvironmentBlueprintResponse.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 theUpdateEnvironmentBlueprintaction.CustomParameter.Builderavoiding the need to create one manually viaCustomParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touserParameters(List<CustomParameter>).- 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:
-