@Stability(value=Stable) public static final class ExternalServiceAttributes.Builder extends Object implements software.amazon.jsii.Builder<ExternalServiceAttributes>
ExternalServiceAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ExternalServiceAttributes |
build()
Builds the configured instance.
|
ExternalServiceAttributes.Builder |
cluster(ICluster cluster)
Sets the value of
ExternalServiceAttributes.getCluster() |
ExternalServiceAttributes.Builder |
serviceArn(String serviceArn)
Sets the value of
ExternalServiceAttributes.getServiceArn() |
ExternalServiceAttributes.Builder |
serviceName(String serviceName)
Sets the value of
ExternalServiceAttributes.getServiceName() |
@Stability(value=Stable) public ExternalServiceAttributes.Builder cluster(ICluster cluster)
ExternalServiceAttributes.getCluster()cluster - The cluster that hosts the service. This parameter is required.this@Stability(value=Stable) public ExternalServiceAttributes.Builder serviceArn(String serviceArn)
ExternalServiceAttributes.getServiceArn()serviceArn - The service ARN.this@Stability(value=Stable) public ExternalServiceAttributes.Builder serviceName(String serviceName)
ExternalServiceAttributes.getServiceName()serviceName - The name of the service.this@Stability(value=Stable) public ExternalServiceAttributes build()
build in interface software.amazon.jsii.Builder<ExternalServiceAttributes>ExternalServiceAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.