Interface LaunchActionsStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LaunchActionsStatus.Builder,
,LaunchActionsStatus> SdkBuilder<LaunchActionsStatus.Builder,
,LaunchActionsStatus> SdkPojo
- Enclosing class:
LaunchActionsStatus
public static interface LaunchActionsStatus.Builder
extends SdkPojo, CopyableBuilder<LaunchActionsStatus.Builder,LaunchActionsStatus>
-
Method Summary
Modifier and TypeMethodDescriptionruns
(Collection<LaunchActionRun> runs) List of post launch action status.runs
(Consumer<LaunchActionRun.Builder>... runs) List of post launch action status.runs
(LaunchActionRun... runs) List of post launch action status.ssmAgentDiscoveryDatetime
(String ssmAgentDiscoveryDatetime) Time where the AWS Systems Manager was detected as running on the launched instance.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 Details
-
runs
List of post launch action status.
- Parameters:
runs
- List of post launch action status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runs
List of post launch action status.
- Parameters:
runs
- List of post launch action status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runs
List of post launch action status.
This is a convenience method that creates an instance of theLaunchActionRun.Builder
avoiding the need to create one manually viaLaunchActionRun.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toruns(List<LaunchActionRun>)
.- Parameters:
runs
- a consumer that will call methods onLaunchActionRun.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ssmAgentDiscoveryDatetime
Time where the AWS Systems Manager was detected as running on the launched instance.
- Parameters:
ssmAgentDiscoveryDatetime
- Time where the AWS Systems Manager was detected as running on the launched instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-