Interface SendProjectSessionActionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SendProjectSessionActionResponse.Builder,,SendProjectSessionActionResponse> DataBrewResponse.Builder,SdkBuilder<SendProjectSessionActionResponse.Builder,,SendProjectSessionActionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SendProjectSessionActionResponse
public static interface SendProjectSessionActionResponse.Builder
extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<SendProjectSessionActionResponse.Builder,SendProjectSessionActionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA unique identifier for the action that was performed.The name of the project that was affected by the action.A message indicating the result of performing the action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
result
A message indicating the result of performing the action.
- Parameters:
result- A message indicating the result of performing the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the project that was affected by the action.
- Parameters:
name- The name of the project that was affected by the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionId
A unique identifier for the action that was performed.
- Parameters:
actionId- A unique identifier for the action that was performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-