Class CfnQueuePropsMixin.WindowsUserProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnQueuePropsMixin.WindowsUserProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnQueuePropsMixin.WindowsUserProperty>
- Enclosing interface:
CfnQueuePropsMixin.WindowsUserProperty
@Stability(Stable)
public static final class CfnQueuePropsMixin.WindowsUserProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnQueuePropsMixin.WindowsUserProperty>
A builder for
CfnQueuePropsMixin.WindowsUserProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.passwordArn(String passwordArn) Sets the value ofCfnQueuePropsMixin.WindowsUserProperty.getPasswordArn()Sets the value ofCfnQueuePropsMixin.WindowsUserProperty.getUser()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
passwordArn
@Stability(Stable) public CfnQueuePropsMixin.WindowsUserProperty.Builder passwordArn(String passwordArn) Sets the value ofCfnQueuePropsMixin.WindowsUserProperty.getPasswordArn()- Parameters:
passwordArn- The password ARN for the Windows user.- Returns:
this
-
user
Sets the value ofCfnQueuePropsMixin.WindowsUserProperty.getUser()- Parameters:
user- The user.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnQueuePropsMixin.WindowsUserProperty>- Returns:
- a new instance of
CfnQueuePropsMixin.WindowsUserProperty - Throws:
NullPointerException- if any required attribute was not provided
-