@Stability(value=Stable) public static final class CfnVirtualMFADeviceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVirtualMFADeviceProps>
CfnVirtualMFADeviceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVirtualMFADeviceProps |
build()
Builds the configured instance.
|
CfnVirtualMFADeviceProps.Builder |
path(String path)
Sets the value of
CfnVirtualMFADeviceProps.getPath() |
CfnVirtualMFADeviceProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnVirtualMFADeviceProps.getTags() |
CfnVirtualMFADeviceProps.Builder |
users(List<String> users)
Sets the value of
CfnVirtualMFADeviceProps.getUsers() |
CfnVirtualMFADeviceProps.Builder |
virtualMfaDeviceName(String virtualMfaDeviceName)
Sets the value of
CfnVirtualMFADeviceProps.getVirtualMfaDeviceName() |
@Stability(value=Stable) public CfnVirtualMFADeviceProps.Builder users(List<String> users)
CfnVirtualMFADeviceProps.getUsers()users - `AWS::IAM::VirtualMFADevice.Users`. This parameter is required.this@Stability(value=Stable) public CfnVirtualMFADeviceProps.Builder path(String path)
CfnVirtualMFADeviceProps.getPath()path - `AWS::IAM::VirtualMFADevice.Path`.this@Stability(value=Stable) public CfnVirtualMFADeviceProps.Builder tags(List<? extends CfnTag> tags)
CfnVirtualMFADeviceProps.getTags()tags - `AWS::IAM::VirtualMFADevice.Tags`.this@Stability(value=Stable) public CfnVirtualMFADeviceProps.Builder virtualMfaDeviceName(String virtualMfaDeviceName)
CfnVirtualMFADeviceProps.getVirtualMfaDeviceName()virtualMfaDeviceName - `AWS::IAM::VirtualMFADevice.VirtualMfaDeviceName`.this@Stability(value=Stable) public CfnVirtualMFADeviceProps build()
build in interface software.amazon.jsii.Builder<CfnVirtualMFADeviceProps>CfnVirtualMFADevicePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.