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