@Stability(value=Stable)
public static interface CfnStudioComponent.ComputeFarmConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
ComputeFarmConfigurationProperty computeFarmConfigurationProperty = ComputeFarmConfigurationProperty.builder()
.activeDirectoryUser("activeDirectoryUser")
.endpoint("endpoint")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStudioComponent.ComputeFarmConfigurationProperty.Builder
A builder for
CfnStudioComponent.ComputeFarmConfigurationProperty |
static class |
CfnStudioComponent.ComputeFarmConfigurationProperty.Jsii$Proxy
An implementation for
CfnStudioComponent.ComputeFarmConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStudioComponent.ComputeFarmConfigurationProperty.Builder |
builder() |
default String |
getActiveDirectoryUser()
`CfnStudioComponent.ComputeFarmConfigurationProperty.ActiveDirectoryUser`.
|
default String |
getEndpoint()
`CfnStudioComponent.ComputeFarmConfigurationProperty.Endpoint`.
|
@Stability(value=Stable) @Nullable default String getActiveDirectoryUser()
@Stability(value=Stable) @Nullable default String getEndpoint()
@Stability(value=Stable) static CfnStudioComponent.ComputeFarmConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.