@Stability(value=Stable) public static final class CfnApiKeyProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApiKeyProps>
CfnApiKeyProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApiKeyProps.Builder |
apiId(String apiId)
Sets the value of
CfnApiKeyProps.getApiId() |
CfnApiKeyProps.Builder |
apiKeyId(String apiKeyId)
Sets the value of
CfnApiKeyProps.getApiKeyId() |
CfnApiKeyProps |
build()
Builds the configured instance.
|
CfnApiKeyProps.Builder |
description(String description)
Sets the value of
CfnApiKeyProps.getDescription() |
CfnApiKeyProps.Builder |
expires(Number expires)
Sets the value of
CfnApiKeyProps.getExpires() |
@Stability(value=Stable) public CfnApiKeyProps.Builder apiId(String apiId)
CfnApiKeyProps.getApiId()apiId - `AWS::AppSync::ApiKey.ApiId`. This parameter is required.this@Stability(value=Stable) public CfnApiKeyProps.Builder apiKeyId(String apiKeyId)
CfnApiKeyProps.getApiKeyId()apiKeyId - `AWS::AppSync::ApiKey.ApiKeyId`.this@Stability(value=Stable) public CfnApiKeyProps.Builder description(String description)
CfnApiKeyProps.getDescription()description - `AWS::AppSync::ApiKey.Description`.this@Stability(value=Stable) public CfnApiKeyProps.Builder expires(Number expires)
CfnApiKeyProps.getExpires()expires - `AWS::AppSync::ApiKey.Expires`.this@Stability(value=Stable) public CfnApiKeyProps build()
build in interface software.amazon.jsii.Builder<CfnApiKeyProps>CfnApiKeyPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.