Interface ModifyInstanceNetworkPerformanceOptionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ModifyInstanceNetworkPerformanceOptionsResponse.Builder,
,ModifyInstanceNetworkPerformanceOptionsResponse> Ec2Response.Builder
,SdkBuilder<ModifyInstanceNetworkPerformanceOptionsResponse.Builder,
,ModifyInstanceNetworkPerformanceOptionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ModifyInstanceNetworkPerformanceOptionsResponse
@Mutable
@NotThreadSafe
public static interface ModifyInstanceNetworkPerformanceOptionsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyInstanceNetworkPerformanceOptionsResponse.Builder,ModifyInstanceNetworkPerformanceOptionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbandwidthWeighting
(String bandwidthWeighting) Contains the updated configuration for bandwidth weighting on the specified instance.bandwidthWeighting
(InstanceBandwidthWeighting bandwidthWeighting) Contains the updated configuration for bandwidth weighting on the specified instance.instanceId
(String instanceId) The instance ID that was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
instanceId
The instance ID that was updated.
- Parameters:
instanceId
- The instance ID that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bandwidthWeighting
ModifyInstanceNetworkPerformanceOptionsResponse.Builder bandwidthWeighting(String bandwidthWeighting) Contains the updated configuration for bandwidth weighting on the specified instance.
- Parameters:
bandwidthWeighting
- Contains the updated configuration for bandwidth weighting on the specified instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bandwidthWeighting
ModifyInstanceNetworkPerformanceOptionsResponse.Builder bandwidthWeighting(InstanceBandwidthWeighting bandwidthWeighting) Contains the updated configuration for bandwidth weighting on the specified instance.
- Parameters:
bandwidthWeighting
- Contains the updated configuration for bandwidth weighting on the specified instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-