Interface JobPostLaunchActionsLaunchStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobPostLaunchActionsLaunchStatus.Builder,
,JobPostLaunchActionsLaunchStatus> SdkBuilder<JobPostLaunchActionsLaunchStatus.Builder,
,JobPostLaunchActionsLaunchStatus> SdkPojo
- Enclosing class:
JobPostLaunchActionsLaunchStatus
public static interface JobPostLaunchActionsLaunchStatus.Builder
extends SdkPojo, CopyableBuilder<JobPostLaunchActionsLaunchStatus.Builder,JobPostLaunchActionsLaunchStatus>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionID
(String executionID) AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.executionStatus
(String executionStatus) AWS Systems Manager Document's execution status.executionStatus
(PostLaunchActionExecutionStatus executionStatus) AWS Systems Manager Document's execution status.failureReason
(String failureReason) AWS Systems Manager Document's failure reason.ssmDocument
(Consumer<SsmDocument.Builder> ssmDocument) AWS Systems Manager's Document of the of the Job Post Launch Actions.ssmDocument
(SsmDocument ssmDocument) AWS Systems Manager's Document of the of the Job Post Launch Actions.ssmDocumentType
(String ssmDocumentType) AWS Systems Manager Document type.ssmDocumentType
(SsmDocumentType ssmDocumentType) AWS Systems Manager Document type.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
-
executionID
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
- Parameters:
executionID
- AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStatus
AWS Systems Manager Document's execution status.
- Parameters:
executionStatus
- AWS Systems Manager Document's execution status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionStatus
JobPostLaunchActionsLaunchStatus.Builder executionStatus(PostLaunchActionExecutionStatus executionStatus) AWS Systems Manager Document's execution status.
- Parameters:
executionStatus
- AWS Systems Manager Document's execution status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReason
AWS Systems Manager Document's failure reason.
- Parameters:
failureReason
- AWS Systems Manager Document's failure reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ssmDocument
AWS Systems Manager's Document of the of the Job Post Launch Actions.
- Parameters:
ssmDocument
- AWS Systems Manager's Document of the of the Job Post Launch Actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ssmDocument
default JobPostLaunchActionsLaunchStatus.Builder ssmDocument(Consumer<SsmDocument.Builder> ssmDocument) AWS Systems Manager's Document of the of the Job Post Launch Actions.
This is a convenience method that creates an instance of theSsmDocument.Builder
avoiding the need to create one manually viaSsmDocument.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tossmDocument(SsmDocument)
.- Parameters:
ssmDocument
- a consumer that will call methods onSsmDocument.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ssmDocumentType
AWS Systems Manager Document type.
- Parameters:
ssmDocumentType
- AWS Systems Manager Document type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ssmDocumentType
AWS Systems Manager Document type.
- Parameters:
ssmDocumentType
- AWS Systems Manager Document type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-