Interface GetProbeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetProbeRequest.Builder,GetProbeRequest>,NetworkMonitorRequest.Builder,SdkBuilder<GetProbeRequest.Builder,GetProbeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetProbeRequest
public static interface GetProbeRequest.Builder extends NetworkMonitorRequest.Builder, SdkPojo, CopyableBuilder<GetProbeRequest.Builder,GetProbeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetProbeRequest.BuildermonitorName(String monitorName)The name of the monitor associated with the probe.GetProbeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetProbeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetProbeRequest.BuilderprobeId(String probeId)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, sdkFields
-
-
-
-
Method Detail
-
monitorName
GetProbeRequest.Builder monitorName(String monitorName)
The name of the monitor associated with the probe. Run
ListMonitorsto get a list of monitor names.- Parameters:
monitorName- The name of the monitor associated with the probe. RunListMonitorsto get a list of monitor names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
probeId
GetProbeRequest.Builder probeId(String probeId)
The ID of the probe to get information about. Run
GetMonitoraction to get a list of probes and probe IDs for the monitor.- Parameters:
probeId- The ID of the probe to get information about. RunGetMonitoraction 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetProbeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-