Interface UpdateProbeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateProbeRequest.Builder,UpdateProbeRequest>,NetworkMonitorRequest.Builder,SdkBuilder<UpdateProbeRequest.Builder,UpdateProbeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateProbeRequest
public static interface UpdateProbeRequest.Builder extends NetworkMonitorRequest.Builder, SdkPojo, CopyableBuilder<UpdateProbeRequest.Builder,UpdateProbeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateProbeRequest.Builderdestination(String destination)The updated IP address for the probe destination.UpdateProbeRequest.BuilderdestinationPort(Integer destinationPort)The updated port for the probe destination.UpdateProbeRequest.BuildermonitorName(String monitorName)The name of the monitor that the probe was updated for.UpdateProbeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProbeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateProbeRequest.BuilderpacketSize(Integer packetSize)he updated packets size for network traffic between the source and destination.UpdateProbeRequest.BuilderprobeId(String probeId)The ID of the probe to update.UpdateProbeRequest.Builderprotocol(String protocol)The updated network protocol for the destination.UpdateProbeRequest.Builderprotocol(Protocol protocol)The updated network protocol for the destination.UpdateProbeRequest.Builderstate(String state)The state of the probe update.UpdateProbeRequest.Builderstate(ProbeState state)The state of the probe update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkmonitor.model.NetworkMonitorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
monitorName
UpdateProbeRequest.Builder monitorName(String monitorName)
The name of the monitor that the probe was updated for.
- Parameters:
monitorName- The name of the monitor that the probe was updated for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
probeId
UpdateProbeRequest.Builder probeId(String probeId)
The ID of the probe to update.
- Parameters:
probeId- The ID of the probe to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
UpdateProbeRequest.Builder state(String state)
The state of the probe update.
- Parameters:
state- The state of the probe update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProbeState,ProbeState
-
state
UpdateProbeRequest.Builder state(ProbeState state)
The state of the probe update.
- Parameters:
state- The state of the probe update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProbeState,ProbeState
-
destination
UpdateProbeRequest.Builder destination(String destination)
The updated IP address for the probe destination. This must be either an IPv4 or IPv6 address.
- Parameters:
destination- The updated IP address for the probe destination. This must be either an IPv4 or IPv6 address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPort
UpdateProbeRequest.Builder destinationPort(Integer destinationPort)
The updated port for the probe destination. This is required only if the
protocolisTCPand must be a number between1and65536.- Parameters:
destinationPort- The updated port for the probe destination. This is required only if theprotocolisTCPand must be a number between1and65536.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
UpdateProbeRequest.Builder protocol(String protocol)
The updated network protocol for the destination. This can be either
TCPorICMP. If the protocol isTCP, thenportis also required.
-
protocol
UpdateProbeRequest.Builder protocol(Protocol protocol)
The updated network protocol for the destination. This can be either
TCPorICMP. If the protocol isTCP, thenportis also required.
-
packetSize
UpdateProbeRequest.Builder packetSize(Integer packetSize)
he updated packets size for network traffic between the source and destination. This must be a number between
56and8500.- Parameters:
packetSize- he updated packets size for network traffic between the source and destination. This must be a number between56and8500.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateProbeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProbeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-