@Stability(value=Stable)
public static interface CfnFileSystem.ClientConfigurationsProperty
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.fsx.*;
ClientConfigurationsProperty clientConfigurationsProperty = ClientConfigurationsProperty.builder()
.clients("clients")
.options(List.of("options"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFileSystem.ClientConfigurationsProperty.Builder
A builder for
CfnFileSystem.ClientConfigurationsProperty |
static class |
CfnFileSystem.ClientConfigurationsProperty.Jsii$Proxy
An implementation for
CfnFileSystem.ClientConfigurationsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFileSystem.ClientConfigurationsProperty.Builder |
builder() |
default String |
getClients()
`CfnFileSystem.ClientConfigurationsProperty.Clients`.
|
default List<String> |
getOptions()
`CfnFileSystem.ClientConfigurationsProperty.Options`.
|
@Stability(value=Stable) @Nullable default String getClients()
@Stability(value=Stable) @Nullable default List<String> getOptions()
@Stability(value=Stable) static CfnFileSystem.ClientConfigurationsProperty.Builder builder()
Copyright © 2021. All rights reserved.