Interface StartServicePeriodHandshakeDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StartServicePeriodHandshakeDetail.Builder,,StartServicePeriodHandshakeDetail> SdkBuilder<StartServicePeriodHandshakeDetail.Builder,,StartServicePeriodHandshakeDetail> SdkPojo
- Enclosing class:
StartServicePeriodHandshakeDetail
@Mutable
@NotThreadSafe
public static interface StartServicePeriodHandshakeDetail.Builder
extends SdkPojo, CopyableBuilder<StartServicePeriodHandshakeDetail.Builder,StartServicePeriodHandshakeDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe end date of the service period.minimumNoticeDays(String minimumNoticeDays) The minimum number of days notice required for changes.A note providing additional information about the service period.servicePeriodType(String servicePeriodType) The type of service period being started.servicePeriodType(ServicePeriodType servicePeriodType) The type of service period being started.The start date of the service period.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
note
A note providing additional information about the service period.
- Parameters:
note- A note providing additional information about the service period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
servicePeriodType
The type of service period being started.
- Parameters:
servicePeriodType- The type of service period being started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
servicePeriodType
The type of service period being started.
- Parameters:
servicePeriodType- The type of service period being started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
minimumNoticeDays
The minimum number of days notice required for changes.
- Parameters:
minimumNoticeDays- The minimum number of days notice required for changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDate
The start date of the service period.
- Parameters:
startDate- The start date of the service period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDate
The end date of the service period.
- Parameters:
endDate- The end date of the service period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-