Interface RevokeServicePeriodPayload.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RevokeServicePeriodPayload.Builder,,RevokeServicePeriodPayload> SdkBuilder<RevokeServicePeriodPayload.Builder,,RevokeServicePeriodPayload> SdkPojo
- Enclosing class:
RevokeServicePeriodPayload
@Mutable
@NotThreadSafe
public static interface RevokeServicePeriodPayload.Builder
extends SdkPojo, CopyableBuilder<RevokeServicePeriodPayload.Builder,RevokeServicePeriodPayload>
-
Method Summary
Modifier and TypeMethodDescriptionA note explaining the reason for revoking the service period.programManagementAccountIdentifier(String programManagementAccountIdentifier) The identifier of the program management account.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
RevokeServicePeriodPayload.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 explaining the reason for revoking the service period.
- Parameters:
note- A note explaining the reason for revoking the service period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-