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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description JobPostLaunchActionsLaunchStatus.BuilderexecutionID(String executionID)AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.JobPostLaunchActionsLaunchStatus.BuilderexecutionStatus(String executionStatus)AWS Systems Manager Document's execution status.JobPostLaunchActionsLaunchStatus.BuilderexecutionStatus(PostLaunchActionExecutionStatus executionStatus)AWS Systems Manager Document's execution status.JobPostLaunchActionsLaunchStatus.BuilderfailureReason(String failureReason)AWS Systems Manager Document's failure reason.default JobPostLaunchActionsLaunchStatus.BuilderssmDocument(Consumer<SsmDocument.Builder> ssmDocument)AWS Systems Manager's Document of the of the Job Post Launch Actions.JobPostLaunchActionsLaunchStatus.BuilderssmDocument(SsmDocument ssmDocument)AWS Systems Manager's Document of the of the Job Post Launch Actions.JobPostLaunchActionsLaunchStatus.BuilderssmDocumentType(String ssmDocumentType)AWS Systems Manager Document type.JobPostLaunchActionsLaunchStatus.BuilderssmDocumentType(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 Detail
-
executionID
JobPostLaunchActionsLaunchStatus.Builder executionID(String 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
JobPostLaunchActionsLaunchStatus.Builder executionStatus(String 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:
PostLaunchActionExecutionStatus,PostLaunchActionExecutionStatus
-
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:
PostLaunchActionExecutionStatus,PostLaunchActionExecutionStatus
-
failureReason
JobPostLaunchActionsLaunchStatus.Builder failureReason(String 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
JobPostLaunchActionsLaunchStatus.Builder ssmDocument(SsmDocument 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.Builderavoiding the need to create one manually viaSsmDocument.builder().When the
Consumercompletes,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:
ssmDocument(SsmDocument)
-
ssmDocumentType
JobPostLaunchActionsLaunchStatus.Builder ssmDocumentType(String 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,SsmDocumentType
-
ssmDocumentType
JobPostLaunchActionsLaunchStatus.Builder ssmDocumentType(SsmDocumentType 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,SsmDocumentType
-
-