@Generated(value="software.amazon.awssdk:codegen") public class ProvisionedBandwidth extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ProvisionedBandwidth.Builder,ProvisionedBandwidth>
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProvisionedBandwidth.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionedBandwidth.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
provisioned()
Reserved.
|
Instant |
provisionTime()
Reserved.
|
String |
requested()
Reserved.
|
Instant |
requestTime()
Reserved.
|
static Class<? extends ProvisionedBandwidth.Builder> |
serializableBuilderClass() |
String |
status()
Reserved.
|
ProvisionedBandwidth.Builder |
toBuilder() |
String |
toString() |
public Instant provisionTime()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
public String provisioned()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
public Instant requestTime()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
public String requested()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
public String status()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
public ProvisionedBandwidth.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ProvisionedBandwidth.Builder,ProvisionedBandwidth>public static ProvisionedBandwidth.Builder builder()
public static Class<? extends ProvisionedBandwidth.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.