public static interface AlgorithmSummary.Builder extends SdkPojo, CopyableBuilder<AlgorithmSummary.Builder,AlgorithmSummary>
Modifier and Type | Method and Description |
---|---|
AlgorithmSummary.Builder |
algorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm.
|
AlgorithmSummary.Builder |
algorithmDescription(String algorithmDescription)
A brief description of the algorithm.
|
AlgorithmSummary.Builder |
algorithmName(String algorithmName)
The name of the algorithm that is described by the summary.
|
AlgorithmSummary.Builder |
algorithmStatus(AlgorithmStatus algorithmStatus)
The overall status of the algorithm.
|
AlgorithmSummary.Builder |
algorithmStatus(String algorithmStatus)
The overall status of the algorithm.
|
AlgorithmSummary.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the algorithm was created.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AlgorithmSummary.Builder algorithmName(String algorithmName)
The name of the algorithm that is described by the summary.
algorithmName
- The name of the algorithm that is described by the summary.AlgorithmSummary.Builder algorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm.
algorithmArn
- The Amazon Resource Name (ARN) of the algorithm.AlgorithmSummary.Builder algorithmDescription(String algorithmDescription)
A brief description of the algorithm.
algorithmDescription
- A brief description of the algorithm.AlgorithmSummary.Builder creationTime(Instant creationTime)
A timestamp that shows when the algorithm was created.
creationTime
- A timestamp that shows when the algorithm was created.AlgorithmSummary.Builder algorithmStatus(String algorithmStatus)
The overall status of the algorithm.
algorithmStatus
- The overall status of the algorithm.AlgorithmStatus
,
AlgorithmStatus
AlgorithmSummary.Builder algorithmStatus(AlgorithmStatus algorithmStatus)
The overall status of the algorithm.
algorithmStatus
- The overall status of the algorithm.AlgorithmStatus
,
AlgorithmStatus
Copyright © 2020. All rights reserved.