Interface ActionParameters.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ActionParameters.Builder,
,ActionParameters> SdkBuilder<ActionParameters.Builder,
,ActionParameters> SdkPojo
- Enclosing class:
ActionParameters
@Mutable
@NotThreadSafe
public static interface ActionParameters.Builder
extends SdkPojo, CopyableBuilder<ActionParameters.Builder,ActionParameters>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ActionParameters.Builder
awsConsoleLink
(Consumer<AwsConsoleLinkParameters.Builder> awsConsoleLink) The console link specified as part of the environment action.awsConsoleLink
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.Builder
avoiding the need to create one manually viaAwsConsoleLinkParameters.builder()
.When the
Consumer
completes,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:
-