Interface ConfigurableEnvironmentAction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigurableEnvironmentAction.Builder,,ConfigurableEnvironmentAction> SdkBuilder<ConfigurableEnvironmentAction.Builder,,ConfigurableEnvironmentAction> SdkPojo
- Enclosing class:
ConfigurableEnvironmentAction
public static interface ConfigurableEnvironmentAction.Builder
extends SdkPojo, CopyableBuilder<ConfigurableEnvironmentAction.Builder,ConfigurableEnvironmentAction>
-
Method Summary
Modifier and TypeMethodDescriptionThe authentication type of a configurable action of a Amazon DataZone environment.The authentication type of a configurable action of a Amazon DataZone environment.parameters(Collection<ConfigurableActionParameter> parameters) The parameters of a configurable action in a Amazon DataZone environment.parameters(Consumer<ConfigurableActionParameter.Builder>... parameters) The parameters of a configurable action in a Amazon DataZone environment.parameters(ConfigurableActionParameter... parameters) The parameters of a configurable action in a Amazon DataZone environment.The type of a configurable action in a Amazon DataZone environment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
auth
The authentication type of a configurable action of a Amazon DataZone environment.
- Parameters:
auth- The authentication type of a configurable action of a Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
auth
The authentication type of a configurable action of a Amazon DataZone environment.
- Parameters:
auth- The authentication type of a configurable action of a Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
parameters
ConfigurableEnvironmentAction.Builder parameters(Collection<ConfigurableActionParameter> parameters) The parameters of a configurable action in a Amazon DataZone environment.
- Parameters:
parameters- The parameters of a configurable action in a Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The parameters of a configurable action in a Amazon DataZone environment.
- Parameters:
parameters- The parameters of a configurable action in a Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
ConfigurableEnvironmentAction.Builder parameters(Consumer<ConfigurableActionParameter.Builder>... parameters) The parameters of a configurable action in a Amazon DataZone environment.
This is a convenience method that creates an instance of theConfigurableActionParameter.Builderavoiding the need to create one manually viaConfigurableActionParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameters(List<ConfigurableActionParameter>).- Parameters:
parameters- a consumer that will call methods onConfigurableActionParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of a configurable action in a Amazon DataZone environment.
- Parameters:
type- The type of a configurable action in a Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-