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 theUpdateEnvironmentBlueprintaction.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 theUpdateEnvironmentBlueprintaction.provisioningProperties(ProvisioningProperties provisioningProperties) The provisioning properties to be updated as part of theUpdateEnvironmentBlueprintaction.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.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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
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 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 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:
-
userParameters
UpdateEnvironmentBlueprintRequest.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
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 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:
-
overrideConfiguration
UpdateEnvironmentBlueprintRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-