public static interface CfnStudioComponent.ActiveDirectoryComputerAttributeProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.nimblestudio.*; ActiveDirectoryComputerAttributeProperty activeDirectoryComputerAttributeProperty = ActiveDirectoryComputerAttributeProperty.builder() .name("name") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder
|
static class |
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Jsii$Proxy
An implementation for
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty |
Modifier and Type | Method and Description |
---|---|
static CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder |
builder() |
default java.lang.String |
getName()
The name for the LDAP attribute.
|
default java.lang.String |
getValue()
The value for the LDAP attribute.
|