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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyInstanceNetworkPerformanceOptionsResponse.BuilderbandwidthWeighting(String bandwidthWeighting)Contains the updated configuration for bandwidth weighting on the specified instance.ModifyInstanceNetworkPerformanceOptionsResponse.BuilderbandwidthWeighting(InstanceBandwidthWeighting bandwidthWeighting)Contains the updated configuration for bandwidth weighting on the specified instance.ModifyInstanceNetworkPerformanceOptionsResponse.BuilderinstanceId(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 Detail
-
instanceId
ModifyInstanceNetworkPerformanceOptionsResponse.Builder instanceId(String 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:
InstanceBandwidthWeighting,InstanceBandwidthWeighting
-
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:
InstanceBandwidthWeighting,InstanceBandwidthWeighting
-
-