Interface RegistrationVersionStatusHistory.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegistrationVersionStatusHistory.Builder,RegistrationVersionStatusHistory>,SdkBuilder<RegistrationVersionStatusHistory.Builder,RegistrationVersionStatusHistory>,SdkPojo
- Enclosing class:
- RegistrationVersionStatusHistory
public static interface RegistrationVersionStatusHistory.Builder extends SdkPojo, CopyableBuilder<RegistrationVersionStatusHistory.Builder,RegistrationVersionStatusHistory>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrationVersionStatusHistory.BuilderapprovedTimestamp(Instant approvedTimestamp)The time when the registration was in the approved state, in UNIX epoch time format.RegistrationVersionStatusHistory.BuilderarchivedTimestamp(Instant archivedTimestamp)The time when the registration was in the archived state, in UNIX epoch time format.RegistrationVersionStatusHistory.BuilderdeniedTimestamp(Instant deniedTimestamp)The time when the registration was in the denied state, in UNIX epoch time format.RegistrationVersionStatusHistory.BuilderdiscardedTimestamp(Instant discardedTimestamp)The time when the registration was in the discarded state, in UNIX epoch time format.RegistrationVersionStatusHistory.BuilderdraftTimestamp(Instant draftTimestamp)The time when the registration was in the draft state, in UNIX epoch time format.RegistrationVersionStatusHistory.BuilderreviewingTimestamp(Instant reviewingTimestamp)The time when the registration was in the reviewing state, in UNIX epoch time format.RegistrationVersionStatusHistory.BuilderrevokedTimestamp(Instant revokedTimestamp)The time when the registration was in the revoked state, in UNIX epoch time format.RegistrationVersionStatusHistory.BuildersubmittedTimestamp(Instant submittedTimestamp)The time when the registration was in the submitted state, in UNIX epoch time format.-
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
-
draftTimestamp
RegistrationVersionStatusHistory.Builder draftTimestamp(Instant draftTimestamp)
The time when the registration was in the draft state, in UNIX epoch time format.
- Parameters:
draftTimestamp- The time when the registration was in the draft state, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submittedTimestamp
RegistrationVersionStatusHistory.Builder submittedTimestamp(Instant submittedTimestamp)
The time when the registration was in the submitted state, in UNIX epoch time format.
- Parameters:
submittedTimestamp- The time when the registration was in the submitted state, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reviewingTimestamp
RegistrationVersionStatusHistory.Builder reviewingTimestamp(Instant reviewingTimestamp)
The time when the registration was in the reviewing state, in UNIX epoch time format.
- Parameters:
reviewingTimestamp- The time when the registration was in the reviewing state, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approvedTimestamp
RegistrationVersionStatusHistory.Builder approvedTimestamp(Instant approvedTimestamp)
The time when the registration was in the approved state, in UNIX epoch time format.
- Parameters:
approvedTimestamp- The time when the registration was in the approved state, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
discardedTimestamp
RegistrationVersionStatusHistory.Builder discardedTimestamp(Instant discardedTimestamp)
The time when the registration was in the discarded state, in UNIX epoch time format.
- Parameters:
discardedTimestamp- The time when the registration was in the discarded state, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deniedTimestamp
RegistrationVersionStatusHistory.Builder deniedTimestamp(Instant deniedTimestamp)
The time when the registration was in the denied state, in UNIX epoch time format.
- Parameters:
deniedTimestamp- The time when the registration was in the denied state, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revokedTimestamp
RegistrationVersionStatusHistory.Builder revokedTimestamp(Instant revokedTimestamp)
The time when the registration was in the revoked state, in UNIX epoch time format.
- Parameters:
revokedTimestamp- The time when the registration was in the revoked state, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
archivedTimestamp
RegistrationVersionStatusHistory.Builder archivedTimestamp(Instant archivedTimestamp)
The time when the registration was in the archived state, in UNIX epoch time format.
- Parameters:
archivedTimestamp- The time when the registration was in the archived state, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-