ToCopyableBuilder<ProvisionedBandwidth.Builder,ProvisionedBandwidth>
@Generated("software.amazon.awssdk:codegen") public class ProvisionedBandwidth extends Object implements 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 | Description |
---|---|---|
static interface |
ProvisionedBandwidth.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ProvisionedBandwidth.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
provisioned() |
Reserved.
|
Date |
provisionTime() |
Reserved.
|
String |
requested() |
Reserved.
|
Date |
requestTime() |
Reserved.
|
static Class<? extends ProvisionedBandwidth.Builder> |
serializableBuilderClass() |
|
String |
status() |
Reserved.
|
ProvisionedBandwidth.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Date 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 Date 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ProvisionedBandwidth.Builder,ProvisionedBandwidth>
public static ProvisionedBandwidth.Builder builder()
public static Class<? extends ProvisionedBandwidth.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.