Interface MpaStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MpaStatus.Builder,,MpaStatus> SdkBuilder<MpaStatus.Builder,,MpaStatus> SdkPojo
- Enclosing class:
MpaStatus
@Mutable
@NotThreadSafe
public static interface MpaStatus.Builder
extends SdkPojo, CopyableBuilder<MpaStatus.Builder,MpaStatus>
-
Method Summary
Modifier and TypeMethodDescriptioninitiationDate(Instant initiationDate) The date and time when the MPA session was initiated.mpaSessionArn(String mpaSessionArn) The ARN of the MPA session.The current status of the MPA session.status(SessionStatus status) The current status of the MPA session.statusMessage(String statusMessage) The message providing additional information about the MPA session status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mpaSessionArn
The ARN of the MPA session.
- Parameters:
mpaSessionArn- The ARN of the MPA session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the MPA session.
- Parameters:
status- The current status of the MPA session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the MPA session.
- Parameters:
status- The current status of the MPA session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
initiationDate
The date and time when the MPA session was initiated.
- Parameters:
initiationDate- The date and time when the MPA session was initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
The message providing additional information about the MPA session status.
- Parameters:
statusMessage- The message providing additional information about the MPA session status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-