@Generated(value="jsii-pacmak/1.40.0 (build 9713b9d)", date="2021-10-24T01:23:29.128Z") @Stability(value=Stable) public interface ApiObjectProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
ApiObjectProps.Builder
A builder for
ApiObjectProps |
static class |
ApiObjectProps.Jsii$Proxy
An implementation for
ApiObjectProps |
Modifier and Type | Method and Description |
---|---|
static ApiObjectProps.Builder |
builder() |
String |
getApiVersion()
API version.
|
String |
getKind()
Resource kind.
|
default ApiObjectMetadata |
getMetadata()
Object metadata.
|
@Stability(value=Stable) @NotNull String getApiVersion()
@Stability(value=Stable) @NotNull String getKind()
@Stability(value=Stable) @Nullable default ApiObjectMetadata getMetadata()
If name
is not specified, an app-unique name will be allocated by the
framework based on the path of the construct within thes construct tree.
@Stability(value=Stable) static ApiObjectProps.Builder builder()
ApiObjectProps.Builder
of ApiObjectProps
Copyright © 2021. All rights reserved.