public static interface ActionSummary.Builder extends SdkPojo, CopyableBuilder<ActionSummary.Builder,ActionSummary>
| Modifier and Type | Method and Description |
|---|---|
ActionSummary.Builder |
actionArn(String actionArn)
The Amazon Resource Name (ARN) of the action.
|
ActionSummary.Builder |
actionName(String actionName)
The name of the action.
|
ActionSummary.Builder |
actionType(String actionType)
The type of the action.
|
ActionSummary.Builder |
creationTime(Instant creationTime)
When the action was created.
|
ActionSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the action was last modified.
|
ActionSummary.Builder |
source(ActionSource source)
The source of the action.
|
default ActionSummary.Builder |
source(Consumer<ActionSource.Builder> source)
The source of the action.
|
ActionSummary.Builder |
status(ActionStatus status)
The status of the action.
|
ActionSummary.Builder |
status(String status)
The status of the action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionSummary.Builder actionArn(String actionArn)
The Amazon Resource Name (ARN) of the action.
actionArn - The Amazon Resource Name (ARN) of the action.ActionSummary.Builder actionName(String actionName)
The name of the action.
actionName - The name of the action.ActionSummary.Builder source(ActionSource source)
The source of the action.
source - The source of the action.default ActionSummary.Builder source(Consumer<ActionSource.Builder> source)
The source of the action.
This is a convenience method that creates an instance of theActionSource.Builder avoiding the need
to create one manually via ActionSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source(ActionSource).
source - a consumer that will call methods on ActionSource.Buildersource(ActionSource)ActionSummary.Builder actionType(String actionType)
The type of the action.
actionType - The type of the action.ActionSummary.Builder status(String status)
The status of the action.
status - The status of the action.ActionStatus,
ActionStatusActionSummary.Builder status(ActionStatus status)
The status of the action.
status - The status of the action.ActionStatus,
ActionStatusActionSummary.Builder creationTime(Instant creationTime)
When the action was created.
creationTime - When the action was created.ActionSummary.Builder lastModifiedTime(Instant lastModifiedTime)
When the action was last modified.
lastModifiedTime - When the action was last modified.Copyright © 2023. All rights reserved.