Interface MaintenanceWindowIdentityForTarget.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MaintenanceWindowIdentityForTarget.Builder,MaintenanceWindowIdentityForTarget>,SdkBuilder<MaintenanceWindowIdentityForTarget.Builder,MaintenanceWindowIdentityForTarget>,SdkPojo
- Enclosing class:
- MaintenanceWindowIdentityForTarget
public static interface MaintenanceWindowIdentityForTarget.Builder extends SdkPojo, CopyableBuilder<MaintenanceWindowIdentityForTarget.Builder,MaintenanceWindowIdentityForTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MaintenanceWindowIdentityForTarget.Buildername(String name)The name of the maintenance window.MaintenanceWindowIdentityForTarget.BuilderwindowId(String windowId)The ID of the maintenance window.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
windowId
MaintenanceWindowIdentityForTarget.Builder windowId(String windowId)
The ID of the maintenance window.
- Parameters:
windowId- The ID of the maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
MaintenanceWindowIdentityForTarget.Builder name(String name)
The name of the maintenance window.
- Parameters:
name- The name of the maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-