Interface MfaMethod.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MfaMethod.Builder,,MfaMethod> SdkBuilder<MfaMethod.Builder,,MfaMethod> SdkPojo
- Enclosing class:
MfaMethod
@Mutable
@NotThreadSafe
public static interface MfaMethod.Builder
extends SdkPojo, CopyableBuilder<MfaMethod.Builder,MfaMethod>
-
Method Summary
Modifier and TypeMethodDescriptionsyncStatus(String syncStatus) Indicates if the approver's MFA device is in-sync with the Identity SourcesyncStatus(MfaSyncStatus syncStatus) Indicates if the approver's MFA device is in-sync with the Identity SourceThe type of MFA configuration used by the approverThe type of MFA configuration used by the approverMethods 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
-
type
The type of MFA configuration used by the approver
- Parameters:
type- The type of MFA configuration used by the approver- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of MFA configuration used by the approver
- Parameters:
type- The type of MFA configuration used by the approver- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
syncStatus
Indicates if the approver's MFA device is in-sync with the Identity Source
- Parameters:
syncStatus- Indicates if the approver's MFA device is in-sync with the Identity Source- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
syncStatus
Indicates if the approver's MFA device is in-sync with the Identity Source
- Parameters:
syncStatus- Indicates if the approver's MFA device is in-sync with the Identity Source- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-