@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.498Z") @Stability(value=Stable) public interface AcceleratorAttributes 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.globalaccelerator.*;
AcceleratorAttributes acceleratorAttributes = AcceleratorAttributes.builder()
.acceleratorArn("acceleratorArn")
.dnsName("dnsName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AcceleratorAttributes.Builder
A builder for
AcceleratorAttributes |
static class |
AcceleratorAttributes.Jsii$Proxy
An implementation for
AcceleratorAttributes |
| Modifier and Type | Method and Description |
|---|---|
static AcceleratorAttributes.Builder |
builder() |
String |
getAcceleratorArn()
The ARN of the accelerator.
|
String |
getDnsName()
The DNS name of the accelerator.
|
@Stability(value=Stable) @NotNull String getAcceleratorArn()
@Stability(value=Stable) @NotNull String getDnsName()
@Stability(value=Stable) static AcceleratorAttributes.Builder builder()
AcceleratorAttributes.Builder of AcceleratorAttributesCopyright © 2022. All rights reserved.