@Stability(value=Stable)
public static interface CfnStudioComponent.ActiveDirectoryComputerAttributeProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getName()
The name for the LDAP attribute.
|
default String |
getValue()
The value for the LDAP attribute.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder builder()
Copyright © 2022. All rights reserved.