Interface PostLaunchActionsStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PostLaunchActionsStatus.Builder,PostLaunchActionsStatus>,SdkBuilder<PostLaunchActionsStatus.Builder,PostLaunchActionsStatus>,SdkPojo
- Enclosing class:
- PostLaunchActionsStatus
public static interface PostLaunchActionsStatus.Builder extends SdkPojo, CopyableBuilder<PostLaunchActionsStatus.Builder,PostLaunchActionsStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PostLaunchActionsStatus.BuilderpostLaunchActionsLaunchStatusList(Collection<JobPostLaunchActionsLaunchStatus> postLaunchActionsLaunchStatusList)List of Post Launch Action status.PostLaunchActionsStatus.BuilderpostLaunchActionsLaunchStatusList(Consumer<JobPostLaunchActionsLaunchStatus.Builder>... postLaunchActionsLaunchStatusList)List of Post Launch Action status.PostLaunchActionsStatus.BuilderpostLaunchActionsLaunchStatusList(JobPostLaunchActionsLaunchStatus... postLaunchActionsLaunchStatusList)List of Post Launch Action status.PostLaunchActionsStatus.BuilderssmAgentDiscoveryDatetime(String ssmAgentDiscoveryDatetime)Time where the AWS Systems Manager was detected as running on the Test or Cutover 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 Detail
-
postLaunchActionsLaunchStatusList
PostLaunchActionsStatus.Builder postLaunchActionsLaunchStatusList(Collection<JobPostLaunchActionsLaunchStatus> postLaunchActionsLaunchStatusList)
List of Post Launch Action status.
- Parameters:
postLaunchActionsLaunchStatusList- List of Post Launch Action status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postLaunchActionsLaunchStatusList
PostLaunchActionsStatus.Builder postLaunchActionsLaunchStatusList(JobPostLaunchActionsLaunchStatus... postLaunchActionsLaunchStatusList)
List of Post Launch Action status.
- Parameters:
postLaunchActionsLaunchStatusList- List of Post Launch Action status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postLaunchActionsLaunchStatusList
PostLaunchActionsStatus.Builder postLaunchActionsLaunchStatusList(Consumer<JobPostLaunchActionsLaunchStatus.Builder>... postLaunchActionsLaunchStatusList)
List of Post Launch Action status.
This is a convenience method that creates an instance of theJobPostLaunchActionsLaunchStatus.Builderavoiding the need to create one manually viaJobPostLaunchActionsLaunchStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#postLaunchActionsLaunchStatusList(List.) - Parameters:
postLaunchActionsLaunchStatusList- a consumer that will call methods onJobPostLaunchActionsLaunchStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#postLaunchActionsLaunchStatusList(java.util.Collection)
-
ssmAgentDiscoveryDatetime
PostLaunchActionsStatus.Builder ssmAgentDiscoveryDatetime(String ssmAgentDiscoveryDatetime)
Time where the AWS Systems Manager was detected as running on the Test or Cutover instance.
- Parameters:
ssmAgentDiscoveryDatetime- Time where the AWS Systems Manager was detected as running on the Test or Cutover instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-