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 theUpdateEnvironmentBlueprint
action.deploymentProperties
(DeploymentProperties deploymentProperties) The deployment properties to be updated as part of theUpdateEnvironmentBlueprint
action.description
(String description) The description to be updated as part of theUpdateEnvironmentBlueprint
action.glossaryTerms
(String... glossaryTerms) The glossary terms to be updated as part of theUpdateEnvironmentBlueprint
action.glossaryTerms
(Collection<String> glossaryTerms) The glossary terms to be updated as part of theUpdateEnvironmentBlueprint
action.The identifier of the blueprint to be updated.The name to be updated as part of theUpdateEnvironmentBlueprint
action.The provider of the blueprint to be udpated.provisioningProperties
(Consumer<ProvisioningProperties.Builder> provisioningProperties) The provisioning properties to be updated as part of theUpdateEnvironmentBlueprint
action.provisioningProperties
(ProvisioningProperties provisioningProperties) The provisioning properties to be updated as part of theUpdateEnvironmentBlueprint
action.The timestamp of when the blueprint was updated.userParameters
(Collection<CustomParameter> userParameters) The user parameters to be updated as part of theUpdateEnvironmentBlueprint
action.userParameters
(Consumer<CustomParameter.Builder>... userParameters) The user parameters to be updated as part of theUpdateEnvironmentBlueprint
action.userParameters
(CustomParameter... userParameters) The user parameters to be updated as part of theUpdateEnvironmentBlueprint
action.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, sdkFieldNameToField, sdkFields
Methods 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
UpdateEnvironmentBlueprint
action.- Parameters:
deploymentProperties
- The deployment properties to be updated as part of theUpdateEnvironmentBlueprint
action.- 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 theUpdateEnvironmentBlueprint
action.DeploymentProperties.Builder
avoiding the need to create one manually viaDeploymentProperties.builder()
.When the
Consumer
completes,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
UpdateEnvironmentBlueprint
action.- Parameters:
description
- The description to be updated as part of theUpdateEnvironmentBlueprint
action.- 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
UpdateEnvironmentBlueprint
action.- Parameters:
glossaryTerms
- The glossary terms to be updated as part of theUpdateEnvironmentBlueprint
action.- 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
UpdateEnvironmentBlueprint
action.- Parameters:
glossaryTerms
- The glossary terms to be updated as part of theUpdateEnvironmentBlueprint
action.- 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
UpdateEnvironmentBlueprint
action.- Parameters:
name
- The name to be updated as part of theUpdateEnvironmentBlueprint
action.- 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
UpdateEnvironmentBlueprint
action.- Parameters:
provisioningProperties
- The provisioning properties to be updated as part of theUpdateEnvironmentBlueprint
action.- 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 theUpdateEnvironmentBlueprint
action.ProvisioningProperties.Builder
avoiding the need to create one manually viaProvisioningProperties.builder()
.When the
Consumer
completes,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
UpdateEnvironmentBlueprint
action.- Parameters:
userParameters
- The user parameters to be updated as part of theUpdateEnvironmentBlueprint
action.- 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
UpdateEnvironmentBlueprint
action.- Parameters:
userParameters
- The user parameters to be updated as part of theUpdateEnvironmentBlueprint
action.- 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 theUpdateEnvironmentBlueprint
action.CustomParameter.Builder
avoiding the need to create one manually viaCustomParameter.builder()
.When the
Consumer
completes,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:
-