Class CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStudioComponent.ActiveDirectoryComputerAttributeProperty>
- Enclosing interface:
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty
@Stability(Stable)
public static final class CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStudioComponent.ActiveDirectoryComputerAttributeProperty>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnStudioComponent.ActiveDirectoryComputerAttributeProperty.getName()
Sets the value ofCfnStudioComponent.ActiveDirectoryComputerAttributeProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Stable) public CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder name(String name) Sets the value ofCfnStudioComponent.ActiveDirectoryComputerAttributeProperty.getName()
- Parameters:
name
- The name for the LDAP attribute.- Returns:
this
-
value
@Stability(Stable) public CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder value(String value) Sets the value ofCfnStudioComponent.ActiveDirectoryComputerAttributeProperty.getValue()
- Parameters:
value
- The value for the LDAP attribute.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnStudioComponent.ActiveDirectoryComputerAttributeProperty>
- Returns:
- a new instance of
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-