Interface RegistrationVersionStatusHistory.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RegistrationVersionStatusHistory.Builder,
,RegistrationVersionStatusHistory> SdkBuilder<RegistrationVersionStatusHistory.Builder,
,RegistrationVersionStatusHistory> SdkPojo
- Enclosing class:
RegistrationVersionStatusHistory
-
Method Summary
Modifier and TypeMethodDescriptionapprovedTimestamp
(Instant approvedTimestamp) The time when the registration was in the approved state, in UNIX epoch time format.archivedTimestamp
(Instant archivedTimestamp) The time when the registration was in the archived state, in UNIX epoch time format.deniedTimestamp
(Instant deniedTimestamp) The time when the registration was in the denied state, in UNIX epoch time format.discardedTimestamp
(Instant discardedTimestamp) The time when the registration was in the discarded state, in UNIX epoch time format.draftTimestamp
(Instant draftTimestamp) The time when the registration was in the draft state, in UNIX epoch time format.requiresAuthenticationTimestamp
(Instant requiresAuthenticationTimestamp) The time when the registration was in the requires authentication state, in UNIX epoch time format.reviewingTimestamp
(Instant reviewingTimestamp) The time when the registration was in the reviewing state, in UNIX epoch time format.revokedTimestamp
(Instant revokedTimestamp) The time when the registration was in the revoked state, in UNIX epoch time format.submittedTimestamp
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-
requiresAuthenticationTimestamp
RegistrationVersionStatusHistory.Builder requiresAuthenticationTimestamp(Instant requiresAuthenticationTimestamp) The time when the registration was in the requires authentication state, in UNIX epoch time format.
- Parameters:
requiresAuthenticationTimestamp
- The time when the registration was in the requires authentication state, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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
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
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.
-