Interface UpdateEnvironmentBlueprintRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateEnvironmentBlueprintRequest.Builder,
,UpdateEnvironmentBlueprintRequest> DataZoneRequest.Builder
,SdkBuilder<UpdateEnvironmentBlueprintRequest.Builder,
,UpdateEnvironmentBlueprintRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateEnvironmentBlueprintRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description to be updated as part of theUpdateEnvironmentBlueprint
action.domainIdentifier
(String domainIdentifier) The identifier of the Amazon DataZone domain in which an environment blueprint is to be updated.identifier
(String identifier) The identifier of the environment blueprint to be updated.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.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.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
domainIdentifier
The identifier of the Amazon DataZone domain in which an environment blueprint is to be updated.
- Parameters:
domainIdentifier
- The identifier of the Amazon DataZone domain in which an environment blueprint is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The identifier of the environment blueprint to be updated.
- Parameters:
identifier
- The identifier of the environment blueprint to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningProperties
UpdateEnvironmentBlueprintRequest.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 UpdateEnvironmentBlueprintRequest.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:
-
userParameters
UpdateEnvironmentBlueprintRequest.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
UpdateEnvironmentBlueprintRequest.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:
-
overrideConfiguration
UpdateEnvironmentBlueprintRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateEnvironmentBlueprintRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-