public static interface Outcome.Builder extends SdkPojo, CopyableBuilder<Outcome.Builder,Outcome>
| Modifier and Type | Method and Description |
|---|---|
Outcome.Builder |
arn(String arn)
The outcome ARN.
|
Outcome.Builder |
createdTime(String createdTime)
The timestamp when the outcome was created.
|
Outcome.Builder |
description(String description)
The outcome description.
|
Outcome.Builder |
lastUpdatedTime(String lastUpdatedTime)
The timestamp when the outcome was last updated.
|
Outcome.Builder |
name(String name)
The outcome name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutcome.Builder name(String name)
The outcome name.
name - The outcome name.Outcome.Builder description(String description)
The outcome description.
description - The outcome description.Outcome.Builder lastUpdatedTime(String lastUpdatedTime)
The timestamp when the outcome was last updated.
lastUpdatedTime - The timestamp when the outcome was last updated.Outcome.Builder createdTime(String createdTime)
The timestamp when the outcome was created.
createdTime - The timestamp when the outcome was created.Outcome.Builder arn(String arn)
The outcome ARN.
arn - The outcome ARN.Copyright © 2021. All rights reserved.