Interface CustomerMeCollectorInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomerMeCollectorInfo.Builder,
,CustomerMeCollectorInfo> SdkBuilder<CustomerMeCollectorInfo.Builder,
,CustomerMeCollectorInfo> SdkPojo
- Enclosing class:
CustomerMeCollectorInfo
@Mutable
@NotThreadSafe
public static interface CustomerMeCollectorInfo.Builder
extends SdkPojo, CopyableBuilder<CustomerMeCollectorInfo.Builder,CustomerMeCollectorInfo>
-
Method Summary
Modifier and TypeMethodDescriptionactiveMeCollectors
(Integer activeMeCollectors) The number of active Migration Evaluator collectors.denyListedMeCollectors
(Integer denyListedMeCollectors) The number of deny-listed Migration Evaluator collectors.healthyMeCollectors
(Integer healthyMeCollectors) The number of healthy Migration Evaluator collectors.shutdownMeCollectors
(Integer shutdownMeCollectors) The number of Migration Evaluator collectors withSHUTDOWN
status.totalMeCollectors
(Integer totalMeCollectors) The total number of Migration Evaluator collectors.unhealthyMeCollectors
(Integer unhealthyMeCollectors) The number of unhealthy Migration Evaluator collectors.unknownMeCollectors
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
The number of Migration Evaluator collectors with
SHUTDOWN
status.- Parameters:
shutdownMeCollectors
- The number of Migration Evaluator collectors withSHUTDOWN
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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.
-