Interface VirtualMFADevice.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VirtualMFADevice.Builder,
,VirtualMFADevice> SdkBuilder<VirtualMFADevice.Builder,
,VirtualMFADevice> SdkPojo
- Enclosing class:
VirtualMFADevice
-
Method Summary
Modifier and TypeMethodDescriptionbase32StringSeed
(SdkBytes base32StringSeed) The base32 seed defined as specified in RFC3548.enableDate
(Instant enableDate) The date and time on which the virtual MFA device was enabled.A QR code PNG image that encodesotpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String
where$virtualMFADeviceName
is one of the create call arguments.serialNumber
(String serialNumber) The serial number associated withVirtualMFADevice
.tags
(Collection<Tag> tags) A list of tags that are attached to the virtual MFA device.tags
(Consumer<Tag.Builder>... tags) A list of tags that are attached to the virtual MFA device.A list of tags that are attached to the virtual MFA device.default VirtualMFADevice.Builder
user
(Consumer<User.Builder> user) The IAM user associated with this virtual MFA device.The IAM user associated with this virtual MFA device.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
-
serialNumber
The serial number associated with
VirtualMFADevice
.- Parameters:
serialNumber
- The serial number associated withVirtualMFADevice
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
base32StringSeed
The base32 seed defined as specified in RFC3548. The
Base32StringSeed
is base32-encoded.- Parameters:
base32StringSeed
- The base32 seed defined as specified in RFC3548. TheBase32StringSeed
is base32-encoded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qrCodePNG
A QR code PNG image that encodes
otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String
where$virtualMFADeviceName
is one of the create call arguments.AccountName
is the user name if set (otherwise, the account ID otherwise), andBase32String
is the seed in base32 format. TheBase32String
value is base64-encoded.- Parameters:
qrCodePNG
- A QR code PNG image that encodesotpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String
where$virtualMFADeviceName
is one of the create call arguments.AccountName
is the user name if set (otherwise, the account ID otherwise), andBase32String
is the seed in base32 format. TheBase32String
value is base64-encoded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
user
The IAM user associated with this virtual MFA device.
- Parameters:
user
- The IAM user associated with this virtual MFA device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
user
The IAM user associated with this virtual MFA device.
This is a convenience method that creates an instance of theUser.Builder
avoiding the need to create one manually viaUser.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed touser(User)
.- Parameters:
user
- a consumer that will call methods onUser.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enableDate
The date and time on which the virtual MFA device was enabled.
- Parameters:
enableDate
- The date and time on which the virtual MFA device was enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags that are attached to the virtual MFA device. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
- Parameters:
tags
- A list of tags that are attached to the virtual MFA device. For more information about tagging, see Tagging IAM resources in the IAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags that are attached to the virtual MFA device. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
- Parameters:
tags
- A list of tags that are attached to the virtual MFA device. For more information about tagging, see Tagging IAM resources in the IAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags that are attached to the virtual MFA device. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-