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