@Stability(value=Experimental) public static final class ServiceAttributes.Builder extends Object implements software.amazon.jsii.Builder<ServiceAttributes>
ServiceAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ServiceAttributes |
build()
Builds the configured instance.
|
ServiceAttributes.Builder |
serviceArn(String serviceArn)
Sets the value of
ServiceAttributes.getServiceArn() |
ServiceAttributes.Builder |
serviceName(String serviceName)
Sets the value of
ServiceAttributes.getServiceName() |
ServiceAttributes.Builder |
serviceStatus(String serviceStatus)
Sets the value of
ServiceAttributes.getServiceStatus() |
ServiceAttributes.Builder |
serviceUrl(String serviceUrl)
Sets the value of
ServiceAttributes.getServiceUrl() |
@Stability(value=Experimental) public ServiceAttributes.Builder serviceArn(String serviceArn)
ServiceAttributes.getServiceArn()serviceArn - The ARN of the service. This parameter is required.this@Stability(value=Experimental) public ServiceAttributes.Builder serviceName(String serviceName)
ServiceAttributes.getServiceName()serviceName - The name of the service. This parameter is required.this@Stability(value=Experimental) public ServiceAttributes.Builder serviceStatus(String serviceStatus)
ServiceAttributes.getServiceStatus()serviceStatus - The status of the service. This parameter is required.this@Stability(value=Experimental) public ServiceAttributes.Builder serviceUrl(String serviceUrl)
ServiceAttributes.getServiceUrl()serviceUrl - The URL of the service. This parameter is required.this@Stability(value=Experimental) public ServiceAttributes build()
build in interface software.amazon.jsii.Builder<ServiceAttributes>ServiceAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.