Interface CreateNetworkProfileRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateNetworkProfileRequest.Builder,,CreateNetworkProfileRequest> DeviceFarmRequest.Builder,SdkBuilder<CreateNetworkProfileRequest.Builder,,CreateNetworkProfileRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateNetworkProfileRequest
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the network profile.downlinkBandwidthBits(Long downlinkBandwidthBits) The data throughput rate in bits per second, as an integer from 0 to 104857600.downlinkDelayMs(Long downlinkDelayMs) Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.downlinkJitterMs(Long downlinkJitterMs) Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.downlinkLossPercent(Integer downlinkLossPercent) Proportion of received packets that fail to arrive from 0 to 100 percent.The name for the new network profile.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectArn(String projectArn) The Amazon Resource Name (ARN) of the project for which you want to create a network profile.The type of network profile to create.type(NetworkProfileType type) The type of network profile to create.uplinkBandwidthBits(Long uplinkBandwidthBits) The data throughput rate in bits per second, as an integer from 0 to 104857600.uplinkDelayMs(Long uplinkDelayMs) Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.uplinkJitterMs(Long uplinkJitterMs) Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.uplinkLossPercent(Integer uplinkLossPercent) Proportion of transmitted packets that fail to arrive from 0 to 100 percent.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
projectArn
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
- Parameters:
 projectArn- The Amazon Resource Name (ARN) of the project for which you want to create a network profile.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name for the new network profile.
- Parameters:
 name- The name for the new network profile.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The description of the network profile.
- Parameters:
 description- The description of the network profile.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The type of network profile to create. Valid values are listed here.
- Parameters:
 type- The type of network profile to create. Valid values are listed here.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of network profile to create. Valid values are listed here.
- Parameters:
 type- The type of network profile to create. Valid values are listed here.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
uplinkBandwidthBits
The data throughput rate in bits per second, as an integer from 0 to 104857600.
- Parameters:
 uplinkBandwidthBits- The data throughput rate in bits per second, as an integer from 0 to 104857600.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
downlinkBandwidthBits
The data throughput rate in bits per second, as an integer from 0 to 104857600.
- Parameters:
 downlinkBandwidthBits- The data throughput rate in bits per second, as an integer from 0 to 104857600.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
uplinkDelayMs
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
- Parameters:
 uplinkDelayMs- Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
downlinkDelayMs
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
- Parameters:
 downlinkDelayMs- Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
uplinkJitterMs
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
- Parameters:
 uplinkJitterMs- Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
downlinkJitterMs
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
- Parameters:
 downlinkJitterMs- Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
uplinkLossPercent
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
- Parameters:
 uplinkLossPercent- Proportion of transmitted packets that fail to arrive from 0 to 100 percent.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
downlinkLossPercent
Proportion of received packets that fail to arrive from 0 to 100 percent.
- Parameters:
 downlinkLossPercent- Proportion of received packets that fail to arrive from 0 to 100 percent.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
CreateNetworkProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateNetworkProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -