Interface StartServicePeriodPayload.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StartServicePeriodPayload.Builder,,StartServicePeriodPayload> SdkBuilder<StartServicePeriodPayload.Builder,,StartServicePeriodPayload> SdkPojo
- Enclosing class:
StartServicePeriodPayload
@Mutable
@NotThreadSafe
public static interface StartServicePeriodPayload.Builder
extends SdkPojo, CopyableBuilder<StartServicePeriodPayload.Builder,StartServicePeriodPayload>
-
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.programManagementAccountIdentifier(String programManagementAccountIdentifier) The identifier of the program management account.servicePeriodType(String servicePeriodType) The type of service period being started.servicePeriodType(ServicePeriodType servicePeriodType) The type of service period being started.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
-
programManagementAccountIdentifier
StartServicePeriodPayload.Builder programManagementAccountIdentifier(String programManagementAccountIdentifier) The identifier of the program management account.
- Parameters:
programManagementAccountIdentifier- The identifier of the program management account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-