Interface Settings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Settings.Builder,
,Settings> SdkBuilder<Settings.Builder,
,Settings> SdkPojo
- Enclosing class:
Settings
public static interface Settings.Builder
extends SdkPojo, CopyableBuilder<Settings.Builder,Settings>
-
Method Summary
Modifier and TypeMethodDescriptionmfaTypes
(Collection<MfaTypesElement> mfaTypes) The supported MFA types.mfaTypes
(MfaTypesElement... mfaTypes) The supported MFA types.mfaTypesWithStrings
(String... mfaTypes) The supported MFA types.mfaTypesWithStrings
(Collection<String> mfaTypes) The supported MFA types.smsMessage
(String smsMessage) The body of the SMS message.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, sdkFields
-
Method Details
-
mfaTypesWithStrings
The supported MFA types.
- Parameters:
mfaTypes
- The supported MFA types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mfaTypesWithStrings
The supported MFA types.
- Parameters:
mfaTypes
- The supported MFA types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mfaTypes
The supported MFA types.
- Parameters:
mfaTypes
- The supported MFA types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mfaTypes
The supported MFA types.
- Parameters:
mfaTypes
- The supported MFA types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smsMessage
The body of the SMS message.
- Parameters:
smsMessage
- The body of the SMS message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-