Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateNetworkProfileRequest.Builder,UpdateNetworkProfileRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateNetworkProfileRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateNetworkProfileRequest.Builder,UpdateNetworkProfileRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateNetworkProfileRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
The Amazon Resource Name (ARN) of the project that you wish to update network profile settings.
|
static UpdateNetworkProfileRequest.Builder |
builder() |
|
String |
description() |
The descriptoin of the network profile about which you are returning information.
|
Long |
downlinkBandwidthBits() |
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
Long |
downlinkDelayMs() |
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
Long |
downlinkJitterMs() |
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
Integer |
downlinkLossPercent() |
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the network profile about which you are returning information.
|
static Class<? extends UpdateNetworkProfileRequest.Builder> |
serializableBuilderClass() |
|
UpdateNetworkProfileRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of network profile you wish to return information about.
|
Long |
uplinkBandwidthBits() |
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
Long |
uplinkDelayMs() |
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
Long |
uplinkJitterMs() |
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
Integer |
uplinkLossPercent() |
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String arn()
The Amazon Resource Name (ARN) of the project that you wish to update network profile settings.
public String name()
The name of the network profile about which you are returning information.
public String description()
The descriptoin of the network profile about which you are returning information.
public String type()
The type of network profile you wish to return information about. Valid values are listed below.
NetworkProfileType
public Long uplinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
public Long downlinkBandwidthBits()
The data throughput rate in bits per second, as an integer from 0 to 104857600.
public Long uplinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
public Long downlinkDelayMs()
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
public Long uplinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
public Long downlinkJitterMs()
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
public Integer uplinkLossPercent()
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
public Integer downlinkLossPercent()
Proportion of received packets that fail to arrive from 0 to 100 percent.
public UpdateNetworkProfileRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateNetworkProfileRequest.Builder,UpdateNetworkProfileRequest>
public static UpdateNetworkProfileRequest.Builder builder()
public static Class<? extends UpdateNetworkProfileRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.