Interface ProvisionedBandwidth.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ProvisionedBandwidth.Builder,,ProvisionedBandwidth> SdkBuilder<ProvisionedBandwidth.Builder,,ProvisionedBandwidth> SdkPojo
- Enclosing class:
 ProvisionedBandwidth
public static interface ProvisionedBandwidth.Builder
extends SdkPojo, CopyableBuilder<ProvisionedBandwidth.Builder,ProvisionedBandwidth> 
- 
Method Summary
Modifier and TypeMethodDescriptionprovisioned(String provisioned) Reserved.provisionTime(Instant provisionTime) Reserved.Reserved.requestTime(Instant requestTime) Reserved.Reserved.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
provisionTime
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
- Parameters:
 provisionTime- Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
provisioned
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
- Parameters:
 provisioned- Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
requestTime
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
- Parameters:
 requestTime- Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
requested
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
- Parameters:
 requested- Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
status
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
- Parameters:
 status- Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -