@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:48.097Z")
public interface AcceleratorAttributes
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() |
java.lang.String |
getAcceleratorArn()
The ARN of the accelerator.
|
java.lang.String |
getDnsName()
The DNS name of the accelerator.
|
java.lang.String getAcceleratorArn()
java.lang.String getDnsName()
static AcceleratorAttributes.Builder builder()
AcceleratorAttributes.Builder
of AcceleratorAttributes