@Stability(value=Stable)
public static interface CfnResourceDefinitionVersion.GroupOwnerSettingProperty
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.greengrass.*;
GroupOwnerSettingProperty groupOwnerSettingProperty = GroupOwnerSettingProperty.builder()
.autoAddGroupOwner(false)
// the properties below are optional
.groupOwner("groupOwner")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder
A builder for
CfnResourceDefinitionVersion.GroupOwnerSettingProperty |
static class |
CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Jsii$Proxy
An implementation for
CfnResourceDefinitionVersion.GroupOwnerSettingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder |
builder() |
Object |
getAutoAddGroupOwner()
`CfnResourceDefinitionVersion.GroupOwnerSettingProperty.AutoAddGroupOwner`.
|
default String |
getGroupOwner()
`CfnResourceDefinitionVersion.GroupOwnerSettingProperty.GroupOwner`.
|
@Stability(value=Stable) @NotNull Object getAutoAddGroupOwner()
@Stability(value=Stable) @Nullable default String getGroupOwner()
@Stability(value=Stable) static CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder builder()
Copyright © 2021. All rights reserved.