Interface CreateEnvironmentActionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateEnvironmentActionRequest.Builder,
,CreateEnvironmentActionRequest> DataZoneRequest.Builder
,SdkBuilder<CreateEnvironmentActionRequest.Builder,
,CreateEnvironmentActionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateEnvironmentActionRequest
@Mutable
@NotThreadSafe
public static interface CreateEnvironmentActionRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentActionRequest.Builder,CreateEnvironmentActionRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the environment action that is being created in the environment.domainIdentifier
(String domainIdentifier) The ID of the Amazon DataZone domain in which the environment action is created.environmentIdentifier
(String environmentIdentifier) The ID of the environment in which the environment action is created.The name of the environment action.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.parameters
(Consumer<ActionParameters.Builder> parameters) The parameters of the environment action.parameters
(ActionParameters parameters) The parameters of the environment 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 of the environment action that is being created in the environment.
- Parameters:
description
- The description of the environment action that is being created in the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The ID of the Amazon DataZone domain in which the environment action is created.
- Parameters:
domainIdentifier
- The ID of the Amazon DataZone domain in which the environment action is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentIdentifier
The ID of the environment in which the environment action is created.
- Parameters:
environmentIdentifier
- The ID of the environment in which the environment action is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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 CreateEnvironmentActionRequest.Builder parameters(Consumer<ActionParameters.Builder> parameters) The parameters of the environment action.
This is a convenience method that creates an instance of theActionParameters.Builder
avoiding the need to create one manually viaActionParameters.builder()
.When the
Consumer
completes,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:
-
overrideConfiguration
CreateEnvironmentActionRequest.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
CreateEnvironmentActionRequest.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.
-