public static final class CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty |
build()
Builds the configured instance.
|
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.getName() |
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder |
value(java.lang.String value)
Sets the value of
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.getValue() |
public CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder name(java.lang.String name)
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.getName()
name
- The name for the LDAP attribute.this
public CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder value(java.lang.String value)
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.getValue()
value
- The value for the LDAP attribute.this
public CfnStudioComponent.ActiveDirectoryComputerAttributeProperty build()
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty
java.lang.NullPointerException
- if any required attribute was not provided