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 statement describing the algorithm.
|
AlgorithmSummary.Builder |
algorithmName(String algorithmName)
The name of the algorithm which 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.
|
copyapplyMutation, buildAlgorithmSummary.Builder algorithmName(String algorithmName)
The name of the algorithm which is described by the summary.
algorithmName - The name of the algorithm which 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 statement describing the algorithm.
algorithmDescription - A brief statement describing 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,
AlgorithmStatusAlgorithmSummary.Builder algorithmStatus(AlgorithmStatus algorithmStatus)
The overall status of the algorithm.
algorithmStatus - The overall status of the algorithm.AlgorithmStatus,
AlgorithmStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.