public static interface CreateVirtualMFADeviceResponse.Builder extends IAMResponse.Builder, CopyableBuilder<CreateVirtualMFADeviceResponse.Builder,CreateVirtualMFADeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateVirtualMFADeviceResponse.Builder |
virtualMFADevice(Consumer<VirtualMFADevice.Builder> virtualMFADevice)
A structure containing details about the new virtual MFA device.
|
CreateVirtualMFADeviceResponse.Builder |
virtualMFADevice(VirtualMFADevice virtualMFADevice)
A structure containing details about the new virtual MFA device.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateVirtualMFADeviceResponse.Builder virtualMFADevice(VirtualMFADevice virtualMFADevice)
A structure containing details about the new virtual MFA device.
virtualMFADevice - A structure containing details about the new virtual MFA device.default CreateVirtualMFADeviceResponse.Builder virtualMFADevice(Consumer<VirtualMFADevice.Builder> virtualMFADevice)
A structure containing details about the new virtual MFA device.
This is a convenience that creates an instance of theVirtualMFADevice.Builder avoiding the need to
create one manually via VirtualMFADevice.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to virtualMFADevice(VirtualMFADevice).virtualMFADevice - a consumer that will call methods on VirtualMFADevice.BuildervirtualMFADevice(VirtualMFADevice)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.