Interface ActionParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionParameters.Builder,ActionParameters>,SdkBuilder<ActionParameters.Builder,ActionParameters>,SdkPojo
- Enclosing class:
- ActionParameters
public static interface ActionParameters.Builder extends SdkPojo, CopyableBuilder<ActionParameters.Builder,ActionParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ActionParameters.BuilderawsConsoleLink(Consumer<AwsConsoleLinkParameters.Builder> awsConsoleLink)The console link specified as part of the environment action.ActionParameters.BuilderawsConsoleLink(AwsConsoleLinkParameters awsConsoleLink)The console link specified as part of the environment action.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
awsConsoleLink
ActionParameters.Builder awsConsoleLink(AwsConsoleLinkParameters awsConsoleLink)
The console link specified as part of the environment action.
- Parameters:
awsConsoleLink- The console link specified as part of the environment action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsConsoleLink
default ActionParameters.Builder awsConsoleLink(Consumer<AwsConsoleLinkParameters.Builder> awsConsoleLink)
The console link specified as part of the environment action.
This is a convenience method that creates an instance of theAwsConsoleLinkParameters.Builderavoiding the need to create one manually viaAwsConsoleLinkParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toawsConsoleLink(AwsConsoleLinkParameters).- Parameters:
awsConsoleLink- a consumer that will call methods onAwsConsoleLinkParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
awsConsoleLink(AwsConsoleLinkParameters)
-
-