Interface DataCollectionDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataCollectionDetails.Builder,DataCollectionDetails>,SdkBuilder<DataCollectionDetails.Builder,DataCollectionDetails>,SdkPojo
- Enclosing class:
- DataCollectionDetails
public static interface DataCollectionDetails.Builder extends SdkPojo, CopyableBuilder<DataCollectionDetails.Builder,DataCollectionDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCollectionDetails.BuildercompletionTime(Instant completionTime)The time the assessment completes.DataCollectionDetails.Builderfailed(Integer failed)The number of failed servers in the assessment.DataCollectionDetails.BuilderinProgress(Integer inProgress)The number of servers with the assessment statusIN_PROGESS.DataCollectionDetails.Builderservers(Integer servers)The total number of servers in the assessment.DataCollectionDetails.BuilderstartTime(Instant startTime)The start time of assessment.DataCollectionDetails.Builderstatus(String status)The status of the assessment.DataCollectionDetails.Builderstatus(AssessmentStatus status)The status of the assessment.DataCollectionDetails.BuilderstatusMessage(String statusMessage)The status message of the assessment.DataCollectionDetails.Buildersuccess(Integer success)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 Detail
-
completionTime
DataCollectionDetails.Builder completionTime(Instant 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
DataCollectionDetails.Builder failed(Integer 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
DataCollectionDetails.Builder inProgress(Integer 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
DataCollectionDetails.Builder servers(Integer 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
DataCollectionDetails.Builder startTime(Instant 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
DataCollectionDetails.Builder status(String 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:
AssessmentStatus,AssessmentStatus
-
status
DataCollectionDetails.Builder status(AssessmentStatus 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:
AssessmentStatus,AssessmentStatus
-
statusMessage
DataCollectionDetails.Builder statusMessage(String 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
DataCollectionDetails.Builder success(Integer 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.
-
-