Interface CustomerMeCollectorInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomerMeCollectorInfo.Builder,CustomerMeCollectorInfo>,SdkBuilder<CustomerMeCollectorInfo.Builder,CustomerMeCollectorInfo>,SdkPojo
- Enclosing class:
- CustomerMeCollectorInfo
public static interface CustomerMeCollectorInfo.Builder extends SdkPojo, CopyableBuilder<CustomerMeCollectorInfo.Builder,CustomerMeCollectorInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerMeCollectorInfo.BuilderactiveMeCollectors(Integer activeMeCollectors)The number of active Migration Evaluator collectors.CustomerMeCollectorInfo.BuilderdenyListedMeCollectors(Integer denyListedMeCollectors)The number of deny-listed Migration Evaluator collectors.CustomerMeCollectorInfo.BuilderhealthyMeCollectors(Integer healthyMeCollectors)The number of healthy Migration Evaluator collectors.CustomerMeCollectorInfo.BuildershutdownMeCollectors(Integer shutdownMeCollectors)The number of Migration Evaluator collectors withSHUTDOWNstatus.CustomerMeCollectorInfo.BuildertotalMeCollectors(Integer totalMeCollectors)The total number of Migration Evaluator collectors.CustomerMeCollectorInfo.BuilderunhealthyMeCollectors(Integer unhealthyMeCollectors)The number of unhealthy Migration Evaluator collectors.CustomerMeCollectorInfo.BuilderunknownMeCollectors(Integer unknownMeCollectors)The number of unknown Migration Evaluator collectors.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
activeMeCollectors
CustomerMeCollectorInfo.Builder activeMeCollectors(Integer activeMeCollectors)
The number of active Migration Evaluator collectors.
- Parameters:
activeMeCollectors- The number of active Migration Evaluator collectors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
healthyMeCollectors
CustomerMeCollectorInfo.Builder healthyMeCollectors(Integer healthyMeCollectors)
The number of healthy Migration Evaluator collectors.
- Parameters:
healthyMeCollectors- The number of healthy Migration Evaluator collectors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
denyListedMeCollectors
CustomerMeCollectorInfo.Builder denyListedMeCollectors(Integer denyListedMeCollectors)
The number of deny-listed Migration Evaluator collectors.
- Parameters:
denyListedMeCollectors- The number of deny-listed Migration Evaluator collectors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shutdownMeCollectors
CustomerMeCollectorInfo.Builder shutdownMeCollectors(Integer shutdownMeCollectors)
The number of Migration Evaluator collectors with
SHUTDOWNstatus.- Parameters:
shutdownMeCollectors- The number of Migration Evaluator collectors withSHUTDOWNstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unhealthyMeCollectors
CustomerMeCollectorInfo.Builder unhealthyMeCollectors(Integer unhealthyMeCollectors)
The number of unhealthy Migration Evaluator collectors.
- Parameters:
unhealthyMeCollectors- The number of unhealthy Migration Evaluator collectors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalMeCollectors
CustomerMeCollectorInfo.Builder totalMeCollectors(Integer totalMeCollectors)
The total number of Migration Evaluator collectors.
- Parameters:
totalMeCollectors- The total number of Migration Evaluator collectors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unknownMeCollectors
CustomerMeCollectorInfo.Builder unknownMeCollectors(Integer unknownMeCollectors)
The number of unknown Migration Evaluator collectors.
- Parameters:
unknownMeCollectors- The number of unknown Migration Evaluator collectors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-