public static interface JobPostLaunchActionsLaunchStatus.Builder extends SdkPojo, CopyableBuilder<JobPostLaunchActionsLaunchStatus.Builder,JobPostLaunchActionsLaunchStatus>
| Modifier and Type | Method and Description |
|---|---|
JobPostLaunchActionsLaunchStatus.Builder |
executionID(String executionID)
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
|
JobPostLaunchActionsLaunchStatus.Builder |
executionStatus(PostLaunchActionExecutionStatus executionStatus)
AWS Systems Manager Document's execution status.
|
JobPostLaunchActionsLaunchStatus.Builder |
executionStatus(String executionStatus)
AWS Systems Manager Document's execution status.
|
JobPostLaunchActionsLaunchStatus.Builder |
failureReason(String failureReason)
AWS Systems Manager Document's failure reason.
|
default JobPostLaunchActionsLaunchStatus.Builder |
ssmDocument(Consumer<SsmDocument.Builder> ssmDocument)
AWS Systems Manager's Document of the of the Job Post Launch Actions.
|
JobPostLaunchActionsLaunchStatus.Builder |
ssmDocument(SsmDocument ssmDocument)
AWS Systems Manager's Document of the of the Job Post Launch Actions.
|
JobPostLaunchActionsLaunchStatus.Builder |
ssmDocumentType(SsmDocumentType ssmDocumentType)
AWS Systems Manager Document type.
|
JobPostLaunchActionsLaunchStatus.Builder |
ssmDocumentType(String ssmDocumentType)
AWS Systems Manager Document type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobPostLaunchActionsLaunchStatus.Builder executionID(String executionID)
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
executionID - AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.JobPostLaunchActionsLaunchStatus.Builder executionStatus(String executionStatus)
AWS Systems Manager Document's execution status.
executionStatus - AWS Systems Manager Document's execution status.PostLaunchActionExecutionStatus,
PostLaunchActionExecutionStatusJobPostLaunchActionsLaunchStatus.Builder executionStatus(PostLaunchActionExecutionStatus executionStatus)
AWS Systems Manager Document's execution status.
executionStatus - AWS Systems Manager Document's execution status.PostLaunchActionExecutionStatus,
PostLaunchActionExecutionStatusJobPostLaunchActionsLaunchStatus.Builder failureReason(String failureReason)
AWS Systems Manager Document's failure reason.
failureReason - AWS Systems Manager Document's failure reason.JobPostLaunchActionsLaunchStatus.Builder ssmDocument(SsmDocument ssmDocument)
AWS Systems Manager's Document of the of the Job Post Launch Actions.
ssmDocument - AWS Systems Manager's Document of the of the Job Post Launch Actions.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 via SsmDocument.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ssmDocument(SsmDocument).
ssmDocument - a consumer that will call methods on SsmDocument.BuilderssmDocument(SsmDocument)JobPostLaunchActionsLaunchStatus.Builder ssmDocumentType(String ssmDocumentType)
AWS Systems Manager Document type.
ssmDocumentType - AWS Systems Manager Document type.SsmDocumentType,
SsmDocumentTypeJobPostLaunchActionsLaunchStatus.Builder ssmDocumentType(SsmDocumentType ssmDocumentType)
AWS Systems Manager Document type.
ssmDocumentType - AWS Systems Manager Document type.SsmDocumentType,
SsmDocumentTypeCopyright © 2023. All rights reserved.