public static interface SendProjectSessionActionResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<SendProjectSessionActionResponse.Builder,SendProjectSessionActionResponse>
| Modifier and Type | Method and Description |
|---|---|
SendProjectSessionActionResponse.Builder |
actionId(Integer actionId)
A unique identifier for the action that was performed.
|
SendProjectSessionActionResponse.Builder |
name(String name)
The name of the project that was affected by the action.
|
SendProjectSessionActionResponse.Builder |
result(String result)
A message indicating the result of performing the action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendProjectSessionActionResponse.Builder result(String result)
A message indicating the result of performing the action.
result - A message indicating the result of performing the action.SendProjectSessionActionResponse.Builder name(String name)
The name of the project that was affected by the action.
name - The name of the project that was affected by the action.SendProjectSessionActionResponse.Builder actionId(Integer actionId)
A unique identifier for the action that was performed.
actionId - A unique identifier for the action that was performed.Copyright © 2023. All rights reserved.