Interface Outcome.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Outcome.Builder,
,Outcome> SdkBuilder<Outcome.Builder,
,Outcome> SdkPojo
- Enclosing class:
Outcome
@Mutable
@NotThreadSafe
public static interface Outcome.Builder
extends SdkPojo, CopyableBuilder<Outcome.Builder,Outcome>
-
Method Summary
Modifier and TypeMethodDescriptionThe outcome ARN.createdTime
(String createdTime) The timestamp when the outcome was created.description
(String description) The outcome description.lastUpdatedTime
(String lastUpdatedTime) The timestamp when the outcome was last updated.The outcome name.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
-
name
The outcome name.
- Parameters:
name
- The outcome name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The outcome description.
- Parameters:
description
- The outcome description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The timestamp when the outcome was last updated.
- Parameters:
lastUpdatedTime
- The timestamp when the outcome was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The timestamp when the outcome was created.
- Parameters:
createdTime
- The timestamp when the outcome was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The outcome ARN.
- Parameters:
arn
- The outcome ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-