Uses of Interface
software.amazon.awssdk.services.ssm.model.MaintenanceWindowTarget.Builder
Packages that use MaintenanceWindowTarget.Builder
-
Uses of MaintenanceWindowTarget.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowTarget.BuilderModifier and TypeMethodDescriptionMaintenanceWindowTarget.builder()MaintenanceWindowTarget.Builder.description(String description) A description for the target.The name for the maintenance window target.MaintenanceWindowTarget.Builder.ownerInformation(String ownerInformation) A user-provided value that will be included in any Amazon CloudWatch Events events that are raised while running tasks for these targets in this maintenance window.MaintenanceWindowTarget.Builder.resourceType(String resourceType) The type of target that is being registered with the maintenance window.MaintenanceWindowTarget.Builder.resourceType(MaintenanceWindowResourceType resourceType) The type of target that is being registered with the maintenance window.MaintenanceWindowTarget.Builder.targets(Collection<Target> targets) The targets, either managed nodes or tags.MaintenanceWindowTarget.Builder.targets(Consumer<Target.Builder>... targets) The targets, either managed nodes or tags.The targets, either managed nodes or tags.MaintenanceWindowTarget.toBuilder()The ID of the maintenance window to register the target with.MaintenanceWindowTarget.Builder.windowTargetId(String windowTargetId) The ID of the target.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type MaintenanceWindowTarget.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MaintenanceWindowTarget.Builder>MaintenanceWindowTarget.serializableBuilderClass()