Class CfnAccessPolicy.UserProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotsitewise.CfnAccessPolicy.UserProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnAccessPolicy.UserProperty>
- Enclosing interface:
- CfnAccessPolicy.UserProperty
@Stability(Stable)
public static final class CfnAccessPolicy.UserProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessPolicy.UserProperty>
A builder for 
CfnAccessPolicy.UserProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAccessPolicy.UserProperty.getId()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
idSets the value ofCfnAccessPolicy.UserProperty.getId()- Parameters:
- id- The ID of the user.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnAccessPolicy.UserProperty>
- Returns:
- a new instance of CfnAccessPolicy.UserProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-