Interface DomainMaintenanceDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DomainMaintenanceDetails.Builder,DomainMaintenanceDetails>,SdkBuilder<DomainMaintenanceDetails.Builder,DomainMaintenanceDetails>,SdkPojo
- Enclosing class:
- DomainMaintenanceDetails
public static interface DomainMaintenanceDetails.Builder extends SdkPojo, CopyableBuilder<DomainMaintenanceDetails.Builder,DomainMaintenanceDetails>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maintenanceId
DomainMaintenanceDetails.Builder maintenanceId(String maintenanceId)
The ID of the requested action.
- Parameters:
maintenanceId- The ID of the requested action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
DomainMaintenanceDetails.Builder domainName(String domainName)
The name of the domain.
- Parameters:
domainName- The name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
DomainMaintenanceDetails.Builder action(String action)
The name of the action.
- Parameters:
action- The name of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaintenanceType,MaintenanceType
-
action
DomainMaintenanceDetails.Builder action(MaintenanceType action)
The name of the action.
- Parameters:
action- The name of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaintenanceType,MaintenanceType
-
nodeId
DomainMaintenanceDetails.Builder nodeId(String nodeId)
The ID of the data node.
- Parameters:
nodeId- The ID of the data node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DomainMaintenanceDetails.Builder status(String status)
The status of the action.
- Parameters:
status- The status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaintenanceStatus,MaintenanceStatus
-
status
DomainMaintenanceDetails.Builder status(MaintenanceStatus status)
The status of the action.
- Parameters:
status- The status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MaintenanceStatus,MaintenanceStatus
-
statusMessage
DomainMaintenanceDetails.Builder statusMessage(String statusMessage)
The status message for the action.
- Parameters:
statusMessage- The status message for the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
DomainMaintenanceDetails.Builder createdAt(Instant createdAt)
The time at which the action was created.
- Parameters:
createdAt- The time at which the action was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
DomainMaintenanceDetails.Builder updatedAt(Instant updatedAt)
The time at which the action was updated.
- Parameters:
updatedAt- The time at which the action was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-