Interface UpdateEnvironmentActionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEnvironmentActionRequest.Builder,UpdateEnvironmentActionRequest>,DataZoneRequest.Builder,SdkBuilder<UpdateEnvironmentActionRequest.Builder,UpdateEnvironmentActionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateEnvironmentActionRequest
public static interface UpdateEnvironmentActionRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentActionRequest.Builder,UpdateEnvironmentActionRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
description
UpdateEnvironmentActionRequest.Builder description(String description)
The description of the environment action.
- Parameters:
description- The description of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
UpdateEnvironmentActionRequest.Builder domainIdentifier(String domainIdentifier)
The domain ID of the environment action.
- Parameters:
domainIdentifier- The domain ID of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentIdentifier
UpdateEnvironmentActionRequest.Builder environmentIdentifier(String environmentIdentifier)
The environment ID of the environment action.
- Parameters:
environmentIdentifier- The environment ID of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
UpdateEnvironmentActionRequest.Builder identifier(String identifier)
The ID of the environment action.
- Parameters:
identifier- The ID of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateEnvironmentActionRequest.Builder name(String name)
The name of the environment action.
- Parameters:
name- The name of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
UpdateEnvironmentActionRequest.Builder parameters(ActionParameters parameters)
The parameters of the environment action.
- Parameters:
parameters- The parameters of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
default UpdateEnvironmentActionRequest.Builder parameters(Consumer<ActionParameters.Builder> parameters)
The parameters of the environment action.
This is a convenience method that creates an instance of theActionParameters.Builderavoiding the need to create one manually viaActionParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameters(ActionParameters).- Parameters:
parameters- a consumer that will call methods onActionParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
parameters(ActionParameters)
-
overrideConfiguration
UpdateEnvironmentActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEnvironmentActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-