Interface RegistrationVersionInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegistrationVersionInformation.Builder,RegistrationVersionInformation>,SdkBuilder<RegistrationVersionInformation.Builder,RegistrationVersionInformation>,SdkPojo
- Enclosing class:
- RegistrationVersionInformation
public static interface RegistrationVersionInformation.Builder extends SdkPojo, CopyableBuilder<RegistrationVersionInformation.Builder,RegistrationVersionInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RegistrationVersionInformation.BuilderdeniedReasons(Collection<RegistrationDeniedReasonInformation> deniedReasons)An array of RegistrationDeniedReasonInformation objects.RegistrationVersionInformation.BuilderdeniedReasons(Consumer<RegistrationDeniedReasonInformation.Builder>... deniedReasons)An array of RegistrationDeniedReasonInformation objects.RegistrationVersionInformation.BuilderdeniedReasons(RegistrationDeniedReasonInformation... deniedReasons)An array of RegistrationDeniedReasonInformation objects.RegistrationVersionInformation.BuilderregistrationVersionStatus(String registrationVersionStatus)The status of the registration.RegistrationVersionInformation.BuilderregistrationVersionStatus(RegistrationVersionStatus registrationVersionStatus)The status of the registration.default RegistrationVersionInformation.BuilderregistrationVersionStatusHistory(Consumer<RegistrationVersionStatusHistory.Builder> registrationVersionStatusHistory)The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.RegistrationVersionInformation.BuilderregistrationVersionStatusHistory(RegistrationVersionStatusHistory registrationVersionStatusHistory)The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.RegistrationVersionInformation.BuilderversionNumber(Long versionNumber)The version number of the registration.-
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 Detail
-
versionNumber
RegistrationVersionInformation.Builder versionNumber(Long versionNumber)
The version number of the registration.
- Parameters:
versionNumber- The version number of the registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationVersionStatus
RegistrationVersionInformation.Builder registrationVersionStatus(String registrationVersionStatus)
The status of the registration.
-
DRAFT: The initial status of a registration version after it’s created. -
SUBMITTED: Your registration has been submitted. -
REVIEWING: Your registration has been accepted and is being reviewed. -
APPROVED: Your registration has been approved. -
DISCARDED: You've abandon this version of their registration to start over with a new version. -
DENIED: You must fix your registration and resubmit it. -
REVOKED: Your previously approved registration has been revoked. -
ARCHIVED: Your previously approved registration version moves into this status when a more recently submitted version is approved.
- Parameters:
registrationVersionStatus- The status of the registration.-
DRAFT: The initial status of a registration version after it’s created. -
SUBMITTED: Your registration has been submitted. -
REVIEWING: Your registration has been accepted and is being reviewed. -
APPROVED: Your registration has been approved. -
DISCARDED: You've abandon this version of their registration to start over with a new version. -
DENIED: You must fix your registration and resubmit it. -
REVOKED: Your previously approved registration has been revoked. -
ARCHIVED: Your previously approved registration version moves into this status when a more recently submitted version is approved.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RegistrationVersionStatus,RegistrationVersionStatus
-
-
registrationVersionStatus
RegistrationVersionInformation.Builder registrationVersionStatus(RegistrationVersionStatus registrationVersionStatus)
The status of the registration.
-
DRAFT: The initial status of a registration version after it’s created. -
SUBMITTED: Your registration has been submitted. -
REVIEWING: Your registration has been accepted and is being reviewed. -
APPROVED: Your registration has been approved. -
DISCARDED: You've abandon this version of their registration to start over with a new version. -
DENIED: You must fix your registration and resubmit it. -
REVOKED: Your previously approved registration has been revoked. -
ARCHIVED: Your previously approved registration version moves into this status when a more recently submitted version is approved.
- Parameters:
registrationVersionStatus- The status of the registration.-
DRAFT: The initial status of a registration version after it’s created. -
SUBMITTED: Your registration has been submitted. -
REVIEWING: Your registration has been accepted and is being reviewed. -
APPROVED: Your registration has been approved. -
DISCARDED: You've abandon this version of their registration to start over with a new version. -
DENIED: You must fix your registration and resubmit it. -
REVOKED: Your previously approved registration has been revoked. -
ARCHIVED: Your previously approved registration version moves into this status when a more recently submitted version is approved.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RegistrationVersionStatus,RegistrationVersionStatus
-
-
registrationVersionStatusHistory
RegistrationVersionInformation.Builder registrationVersionStatusHistory(RegistrationVersionStatusHistory registrationVersionStatusHistory)
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.
- Parameters:
registrationVersionStatusHistory- The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationVersionStatusHistory
default RegistrationVersionInformation.Builder registrationVersionStatusHistory(Consumer<RegistrationVersionStatusHistory.Builder> registrationVersionStatusHistory)
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.
This is a convenience method that creates an instance of theRegistrationVersionStatusHistory.Builderavoiding the need to create one manually viaRegistrationVersionStatusHistory.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregistrationVersionStatusHistory(RegistrationVersionStatusHistory).- Parameters:
registrationVersionStatusHistory- a consumer that will call methods onRegistrationVersionStatusHistory.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
registrationVersionStatusHistory(RegistrationVersionStatusHistory)
-
deniedReasons
RegistrationVersionInformation.Builder deniedReasons(Collection<RegistrationDeniedReasonInformation> deniedReasons)
An array of RegistrationDeniedReasonInformation objects.
- Parameters:
deniedReasons- An array of RegistrationDeniedReasonInformation objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deniedReasons
RegistrationVersionInformation.Builder deniedReasons(RegistrationDeniedReasonInformation... deniedReasons)
An array of RegistrationDeniedReasonInformation objects.
- Parameters:
deniedReasons- An array of RegistrationDeniedReasonInformation objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deniedReasons
RegistrationVersionInformation.Builder deniedReasons(Consumer<RegistrationDeniedReasonInformation.Builder>... deniedReasons)
An array of RegistrationDeniedReasonInformation objects.
This is a convenience method that creates an instance of theRegistrationDeniedReasonInformation.Builderavoiding the need to create one manually viaRegistrationDeniedReasonInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#deniedReasons(List.) - Parameters:
deniedReasons- a consumer that will call methods onRegistrationDeniedReasonInformation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#deniedReasons(java.util.Collection)
-
-