Uses of Interface
software.amazon.awssdk.services.ssm.model.GetExecutionPreviewResponse.Builder
Packages that use GetExecutionPreviewResponse.Builder
-
Uses of GetExecutionPreviewResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetExecutionPreviewResponse.BuilderModifier and TypeMethodDescriptionGetExecutionPreviewResponse.builder()A UTC timestamp indicating when the execution preview operation ended.GetExecutionPreviewResponse.Builder.executionPreview(Consumer<ExecutionPreview.Builder> executionPreview) Sets the value of the ExecutionPreview property for this object.GetExecutionPreviewResponse.Builder.executionPreview(ExecutionPreview executionPreview) Sets the value of the ExecutionPreview property for this object.GetExecutionPreviewResponse.Builder.executionPreviewId(String executionPreviewId) The generated ID for the existing execution preview.The current status of the execution preview operation.GetExecutionPreviewResponse.Builder.status(ExecutionPreviewStatus status) The current status of the execution preview operation.GetExecutionPreviewResponse.Builder.statusMessage(String statusMessage) Supplemental information about the current status of the execution preview.GetExecutionPreviewResponse.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetExecutionPreviewResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetExecutionPreviewResponse.Builder>GetExecutionPreviewResponse.serializableBuilderClass()