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
Modifier and TypeMethodDescriptionThe name of the maintenance window.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 Details
-
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
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.
-