Interface LatestRevokeRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LatestRevokeRequest.Builder,
,LatestRevokeRequest> SdkBuilder<LatestRevokeRequest.Builder,
,LatestRevokeRequest> SdkPojo
- Enclosing class:
LatestRevokeRequest
@Mutable
@NotThreadSafe
public static interface LatestRevokeRequest.Builder
extends SdkPojo, CopyableBuilder<LatestRevokeRequest.Builder,LatestRevokeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionexpiryDate
(Instant expiryDate) The date and time when the revoke request will expire.initiationDate
(Instant initiationDate) The date and time when the revoke request was initiated.mpaSessionArn
(String mpaSessionArn) The ARN of the MPA session associated with this revoke request.The current status of the revoke request.status
(MpaRevokeSessionStatus status) The current status of the revoke request.statusMessage
(String statusMessage) A message describing the current status of the revoke request.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
-
mpaSessionArn
The ARN of the MPA session associated with this revoke request.
- Parameters:
mpaSessionArn
- The ARN of the MPA session associated with this revoke request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the revoke request.
- Parameters:
status
- The current status of the revoke request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the revoke request.
- Parameters:
status
- The current status of the revoke request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
A message describing the current status of the revoke request.
- Parameters:
statusMessage
- A message describing the current status of the revoke request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initiationDate
The date and time when the revoke request was initiated.
- Parameters:
initiationDate
- The date and time when the revoke request was initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiryDate
The date and time when the revoke request will expire.
- Parameters:
expiryDate
- The date and time when the revoke request will expire.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-