Uses of Interface
software.amazon.awssdk.services.ssm.model.MaintenanceWindowExecutionTaskInvocationIdentity.Builder
Packages that use MaintenanceWindowExecutionTaskInvocationIdentity.Builder
-
Uses of MaintenanceWindowExecutionTaskInvocationIdentity.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowExecutionTaskInvocationIdentity.BuilderModifier and TypeMethodDescriptionMaintenanceWindowExecutionTaskInvocationIdentity.builder()The time the invocation finished.MaintenanceWindowExecutionTaskInvocationIdentity.Builder.executionId(String executionId) The ID of the action performed in the service that actually handled the task invocation.MaintenanceWindowExecutionTaskInvocationIdentity.Builder.invocationId(String invocationId) The ID of the task invocation.MaintenanceWindowExecutionTaskInvocationIdentity.Builder.ownerInformation(String ownerInformation) User-provided value that was specified when the target was registered with the maintenance window.MaintenanceWindowExecutionTaskInvocationIdentity.Builder.parameters(String parameters) The parameters that were provided for the invocation when it was run.The time the invocation started.The status of the task invocation.MaintenanceWindowExecutionTaskInvocationIdentity.Builder.status(MaintenanceWindowExecutionStatus status) The status of the task invocation.MaintenanceWindowExecutionTaskInvocationIdentity.Builder.statusDetails(String statusDetails) The details explaining the status of the task invocation.MaintenanceWindowExecutionTaskInvocationIdentity.Builder.taskExecutionId(String taskExecutionId) The ID of the specific task execution in the maintenance window execution.The task type.MaintenanceWindowExecutionTaskInvocationIdentity.Builder.taskType(MaintenanceWindowTaskType taskType) The task type.MaintenanceWindowExecutionTaskInvocationIdentity.toBuilder()MaintenanceWindowExecutionTaskInvocationIdentity.Builder.windowExecutionId(String windowExecutionId) The ID of the maintenance window execution that ran the task.MaintenanceWindowExecutionTaskInvocationIdentity.Builder.windowTargetId(String windowTargetId) The ID of the target definition in this maintenance window the invocation was performed for.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type MaintenanceWindowExecutionTaskInvocationIdentity.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MaintenanceWindowExecutionTaskInvocationIdentity.Builder>MaintenanceWindowExecutionTaskInvocationIdentity.serializableBuilderClass()