ContactFlow.Builder |
ContactFlow.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the flow.
|
static ContactFlow.Builder |
ContactFlow.builder() |
|
ContactFlow.Builder |
ContactFlow.Builder.content(String content) |
The JSON string that represents the content of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.description(String description) |
The description of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.flowContentSha256(String flowContentSha256) |
Indicates the checksum value of the flow content.
|
ContactFlow.Builder |
ContactFlow.Builder.id(String id) |
The identifier of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.lastModifiedRegion(String lastModifiedRegion) |
The region in which the flow was last modified
|
ContactFlow.Builder |
ContactFlow.Builder.lastModifiedTime(Instant lastModifiedTime) |
The time at which the flow was last modified.
|
ContactFlow.Builder |
ContactFlow.Builder.name(String name) |
The name of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.state(String state) |
The type of flow.
|
ContactFlow.Builder |
ContactFlow.Builder.state(ContactFlowState state) |
The type of flow.
|
ContactFlow.Builder |
ContactFlow.Builder.status(String status) |
The status of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.status(ContactFlowStatus status) |
The status of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
ContactFlow.Builder |
ContactFlow.toBuilder() |
|
ContactFlow.Builder |
ContactFlow.Builder.type(String type) |
The type of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.type(ContactFlowType type) |
The type of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.version(Long version) |
The identifier of the flow version.
|
ContactFlow.Builder |
ContactFlow.Builder.versionDescription(String versionDescription) |
The description of the flow version.
|