Interface CreateEnvironmentActionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateEnvironmentActionRequest.Builder,CreateEnvironmentActionRequest>,DataZoneRequest.Builder,SdkBuilder<CreateEnvironmentActionRequest.Builder,CreateEnvironmentActionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateEnvironmentActionRequest
public static interface CreateEnvironmentActionRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentActionRequest.Builder,CreateEnvironmentActionRequest>
-
-
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
CreateEnvironmentActionRequest.Builder description(String 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
CreateEnvironmentActionRequest.Builder domainIdentifier(String 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
CreateEnvironmentActionRequest.Builder environmentIdentifier(String 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
CreateEnvironmentActionRequest.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
CreateEnvironmentActionRequest.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 CreateEnvironmentActionRequest.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
CreateEnvironmentActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateEnvironmentActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-