Interface GetProbeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetProbeRequest.Builder,
,GetProbeRequest> NetworkMonitorRequest.Builder
,SdkBuilder<GetProbeRequest.Builder,
,GetProbeRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetProbeRequest
@Mutable
@NotThreadSafe
public static interface GetProbeRequest.Builder
extends NetworkMonitorRequest.Builder, SdkPojo, CopyableBuilder<GetProbeRequest.Builder,GetProbeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmonitorName
(String monitorName) The name of the monitor associated with the probe.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the probe to get information about.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, sdkFieldNameToField, sdkFields
-
Method Details
-
monitorName
The name of the monitor associated with the probe. Run
ListMonitors
to get a list of monitor names.- Parameters:
monitorName
- The name of the monitor associated with the probe. RunListMonitors
to get a list of monitor names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
probeId
The ID of the probe to get information about. Run
GetMonitor
action to get a list of probes and probe IDs for the monitor.- Parameters:
probeId
- The ID of the probe to get information about. RunGetMonitor
action to get a list of probes and probe IDs for the monitor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetProbeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetProbeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-