Interface DataCollectionDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataCollectionDetails.Builder,
,DataCollectionDetails> SdkBuilder<DataCollectionDetails.Builder,
,DataCollectionDetails> SdkPojo
- Enclosing class:
DataCollectionDetails
@Mutable
@NotThreadSafe
public static interface DataCollectionDetails.Builder
extends SdkPojo, CopyableBuilder<DataCollectionDetails.Builder,DataCollectionDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncompletionTime
(Instant completionTime) The time the assessment completes.The number of failed servers in the assessment.inProgress
(Integer inProgress) The number of servers with the assessment statusIN_PROGESS
.The total number of servers in the assessment.The start time of assessment.The status of the assessment.status
(AssessmentStatus status) The status of the assessment.statusMessage
(String statusMessage) The status message of the assessment.The number of successful servers in the assessment.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
-
completionTime
The time the assessment completes.
- Parameters:
completionTime
- The time the assessment completes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
The number of failed servers in the assessment.
- Parameters:
failed
- The number of failed servers in the assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inProgress
The number of servers with the assessment status
IN_PROGESS
.- Parameters:
inProgress
- The number of servers with the assessment statusIN_PROGESS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
servers
The total number of servers in the assessment.
- Parameters:
servers
- The total number of servers in the assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The start time of assessment.
- Parameters:
startTime
- The start time of assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the assessment.
- Parameters:
status
- The status of the assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the assessment.
- Parameters:
status
- The status of the assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
The status message of the assessment.
- Parameters:
statusMessage
- The status message of the assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
success
The number of successful servers in the assessment.
- Parameters:
success
- The number of successful servers in the assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-