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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendProjectSessionActionResponse.BuilderactionId(Integer actionId)A unique identifier for the action that was performed.SendProjectSessionActionResponse.Buildername(String name)The name of the project that was affected by the action.SendProjectSessionActionResponse.Builderresult(String result)A message indicating the result of performing the action.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
result
SendProjectSessionActionResponse.Builder result(String 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
SendProjectSessionActionResponse.Builder name(String 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
SendProjectSessionActionResponse.Builder actionId(Integer 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.
-
-