public static interface ConfigurableEnvironmentAction.Builder extends SdkPojo, CopyableBuilder<ConfigurableEnvironmentAction.Builder,ConfigurableEnvironmentAction>
| Modifier and Type | Method and Description |
|---|---|
ConfigurableEnvironmentAction.Builder |
auth(ConfigurableActionTypeAuthorization auth)
The authentication type of a configurable action of a Amazon DataZone environment.
|
ConfigurableEnvironmentAction.Builder |
auth(String auth)
The authentication type of a configurable action of a Amazon DataZone environment.
|
ConfigurableEnvironmentAction.Builder |
parameters(Collection<ConfigurableActionParameter> parameters)
The parameters of a configurable action in a Amazon DataZone environment.
|
ConfigurableEnvironmentAction.Builder |
parameters(ConfigurableActionParameter... parameters)
The parameters of a configurable action in a Amazon DataZone environment.
|
ConfigurableEnvironmentAction.Builder |
parameters(Consumer<ConfigurableActionParameter.Builder>... parameters)
The parameters of a configurable action in a Amazon DataZone environment.
|
ConfigurableEnvironmentAction.Builder |
type(String type)
The type of a configurable action in a Amazon DataZone environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigurableEnvironmentAction.Builder auth(String auth)
The authentication type of a configurable action of a Amazon DataZone environment.
auth - The authentication type of a configurable action of a Amazon DataZone environment.ConfigurableActionTypeAuthorization,
ConfigurableActionTypeAuthorizationConfigurableEnvironmentAction.Builder auth(ConfigurableActionTypeAuthorization auth)
The authentication type of a configurable action of a Amazon DataZone environment.
auth - The authentication type of a configurable action of a Amazon DataZone environment.ConfigurableActionTypeAuthorization,
ConfigurableActionTypeAuthorizationConfigurableEnvironmentAction.Builder parameters(Collection<ConfigurableActionParameter> parameters)
The parameters of a configurable action in a Amazon DataZone environment.
parameters - The parameters of a configurable action in a Amazon DataZone environment.ConfigurableEnvironmentAction.Builder parameters(ConfigurableActionParameter... parameters)
The parameters of a configurable action in a Amazon DataZone environment.
parameters - The parameters of a configurable action in a Amazon DataZone environment.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.Builder avoiding the need
to create one manually via
ConfigurableActionParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #parameters(List.
parameters - a consumer that will call methods on
ConfigurableActionParameter.Builder#parameters(java.util.Collection) ConfigurableEnvironmentAction.Builder type(String type)
The type of a configurable action in a Amazon DataZone environment.
type - The type of a configurable action in a Amazon DataZone environment.Copyright © 2023. All rights reserved.