@Stability(value=Stable) public static final class CfnServiceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnServiceProps>
CfnServiceProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnServiceProps.Builder description(String description)
CfnServiceProps.getDescription()description - `AWS::ServiceDiscovery::Service.Description`.this@Stability(value=Stable) public CfnServiceProps.Builder dnsConfig(CfnService.DnsConfigProperty dnsConfig)
CfnServiceProps.getDnsConfig()dnsConfig - `AWS::ServiceDiscovery::Service.DnsConfig`.this@Stability(value=Stable) public CfnServiceProps.Builder dnsConfig(IResolvable dnsConfig)
CfnServiceProps.getDnsConfig()dnsConfig - `AWS::ServiceDiscovery::Service.DnsConfig`.this@Stability(value=Stable) public CfnServiceProps.Builder healthCheckConfig(CfnService.HealthCheckConfigProperty healthCheckConfig)
CfnServiceProps.getHealthCheckConfig()healthCheckConfig - `AWS::ServiceDiscovery::Service.HealthCheckConfig`.this@Stability(value=Stable) public CfnServiceProps.Builder healthCheckConfig(IResolvable healthCheckConfig)
CfnServiceProps.getHealthCheckConfig()healthCheckConfig - `AWS::ServiceDiscovery::Service.HealthCheckConfig`.this@Stability(value=Stable) public CfnServiceProps.Builder healthCheckCustomConfig(CfnService.HealthCheckCustomConfigProperty healthCheckCustomConfig)
CfnServiceProps.getHealthCheckCustomConfig()healthCheckCustomConfig - `AWS::ServiceDiscovery::Service.HealthCheckCustomConfig`.this@Stability(value=Stable) public CfnServiceProps.Builder healthCheckCustomConfig(IResolvable healthCheckCustomConfig)
CfnServiceProps.getHealthCheckCustomConfig()healthCheckCustomConfig - `AWS::ServiceDiscovery::Service.HealthCheckCustomConfig`.this@Stability(value=Stable) public CfnServiceProps.Builder name(String name)
CfnServiceProps.getName()name - `AWS::ServiceDiscovery::Service.Name`.this@Stability(value=Stable) public CfnServiceProps.Builder namespaceId(String namespaceId)
CfnServiceProps.getNamespaceId()namespaceId - `AWS::ServiceDiscovery::Service.NamespaceId`.this@Stability(value=Stable) public CfnServiceProps.Builder tags(List<? extends CfnTag> tags)
CfnServiceProps.getTags()tags - `AWS::ServiceDiscovery::Service.Tags`.this@Stability(value=Stable) public CfnServiceProps.Builder type(String type)
CfnServiceProps.getType()type - `AWS::ServiceDiscovery::Service.Type`.this@Stability(value=Stable) public CfnServiceProps build()
build in interface software.amazon.jsii.Builder<CfnServiceProps>CfnServicePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.