Uses of Interface
software.amazon.awssdk.services.ssm.model.MaintenanceWindowRunCommandParameters.Builder
Packages that use MaintenanceWindowRunCommandParameters.Builder
-
Uses of MaintenanceWindowRunCommandParameters.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowRunCommandParameters.BuilderModifier and TypeMethodDescriptionMaintenanceWindowRunCommandParameters.builder()MaintenanceWindowRunCommandParameters.Builder.cloudWatchOutputConfig(Consumer<CloudWatchOutputConfig.Builder> cloudWatchOutputConfig) Sets the value of the CloudWatchOutputConfig property for this object.MaintenanceWindowRunCommandParameters.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig) Sets the value of the CloudWatchOutputConfig property for this object.Information about the commands to run.MaintenanceWindowRunCommandParameters.Builder.documentHash(String documentHash) The SHA-256 or SHA-1 hash created by the system when the document was created.MaintenanceWindowRunCommandParameters.Builder.documentHashType(String documentHashType) SHA-256 or SHA-1.MaintenanceWindowRunCommandParameters.Builder.documentHashType(DocumentHashType documentHashType) SHA-256 or SHA-1.MaintenanceWindowRunCommandParameters.Builder.documentVersion(String documentVersion) The Amazon Web Services Systems Manager document (SSM document) version to use in the request.MaintenanceWindowRunCommandParameters.Builder.notificationConfig(Consumer<NotificationConfig.Builder> notificationConfig) Configurations for sending notifications about command status changes on a per-managed node basis.MaintenanceWindowRunCommandParameters.Builder.notificationConfig(NotificationConfig notificationConfig) Configurations for sending notifications about command status changes on a per-managed node basis.MaintenanceWindowRunCommandParameters.Builder.outputS3BucketName(String outputS3BucketName) The name of the Amazon Simple Storage Service (Amazon S3) bucket.MaintenanceWindowRunCommandParameters.Builder.outputS3KeyPrefix(String outputS3KeyPrefix) The S3 bucket subfolder.MaintenanceWindowRunCommandParameters.Builder.parameters(Map<String, ? extends Collection<String>> parameters) The parameters for theRUN_COMMANDtask execution.MaintenanceWindowRunCommandParameters.Builder.serviceRoleArn(String serviceRoleArn) The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task.MaintenanceWindowRunCommandParameters.Builder.timeoutSeconds(Integer timeoutSeconds) If this time is reached and the command hasn't already started running, it doesn't run.MaintenanceWindowRunCommandParameters.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type MaintenanceWindowRunCommandParameters.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MaintenanceWindowRunCommandParameters.Builder>MaintenanceWindowRunCommandParameters.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type MaintenanceWindowRunCommandParameters.BuilderModifier and TypeMethodDescriptionMaintenanceWindowTaskInvocationParameters.Builder.runCommand(Consumer<MaintenanceWindowRunCommandParameters.Builder> runCommand) The parameters for aRUN_COMMANDtask type.