@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.664Z") @Stability(value=Stable) public interface CfnDomainNameApiAssociationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appsync.*;
CfnDomainNameApiAssociationProps cfnDomainNameApiAssociationProps = CfnDomainNameApiAssociationProps.builder()
.apiId("apiId")
.domainName("domainName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDomainNameApiAssociationProps.Builder
A builder for
CfnDomainNameApiAssociationProps |
static class |
CfnDomainNameApiAssociationProps.Jsii$Proxy
An implementation for
CfnDomainNameApiAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDomainNameApiAssociationProps.Builder |
builder() |
String |
getApiId()
The API ID.
|
String |
getDomainName()
The domain name.
|
@Stability(value=Stable) @NotNull String getApiId()
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) static CfnDomainNameApiAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.