Interface SendProjectSessionActionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SendProjectSessionActionRequest.Builder,SendProjectSessionActionRequest>,DataBrewRequest.Builder,SdkBuilder<SendProjectSessionActionRequest.Builder,SendProjectSessionActionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SendProjectSessionActionRequest
public static interface SendProjectSessionActionRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<SendProjectSessionActionRequest.Builder,SendProjectSessionActionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SendProjectSessionActionRequest.BuilderclientSessionId(String clientSessionId)A unique identifier for an interactive session that's currently open and ready for work.SendProjectSessionActionRequest.Buildername(String name)The name of the project to apply the action to.SendProjectSessionActionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SendProjectSessionActionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SendProjectSessionActionRequest.Builderpreview(Boolean preview)If true, the result of the recipe step will be returned, but not applied.default SendProjectSessionActionRequest.BuilderrecipeStep(Consumer<RecipeStep.Builder> recipeStep)Sets the value of the RecipeStep property for this object.SendProjectSessionActionRequest.BuilderrecipeStep(RecipeStep recipeStep)Sets the value of the RecipeStep property for this object.SendProjectSessionActionRequest.BuilderstepIndex(Integer stepIndex)The index from which to preview a step.default SendProjectSessionActionRequest.BuilderviewFrame(Consumer<ViewFrame.Builder> viewFrame)Sets the value of the ViewFrame property for this object.SendProjectSessionActionRequest.BuilderviewFrame(ViewFrame viewFrame)Sets the value of the ViewFrame property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
preview
SendProjectSessionActionRequest.Builder preview(Boolean preview)
If true, the result of the recipe step will be returned, but not applied.
- Parameters:
preview- If true, the result of the recipe step will be returned, but not applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
SendProjectSessionActionRequest.Builder name(String name)
The name of the project to apply the action to.
- Parameters:
name- The name of the project to apply the action to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipeStep
SendProjectSessionActionRequest.Builder recipeStep(RecipeStep recipeStep)
Sets the value of the RecipeStep property for this object.- Parameters:
recipeStep- The new value for the RecipeStep property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipeStep
default SendProjectSessionActionRequest.Builder recipeStep(Consumer<RecipeStep.Builder> recipeStep)
Sets the value of the RecipeStep property for this object. This is a convenience method that creates an instance of theRecipeStep.Builderavoiding the need to create one manually viaRecipeStep.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torecipeStep(RecipeStep).- Parameters:
recipeStep- a consumer that will call methods onRecipeStep.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
recipeStep(RecipeStep)
-
stepIndex
SendProjectSessionActionRequest.Builder stepIndex(Integer stepIndex)
The index from which to preview a step. This index is used to preview the result of steps that have already been applied, so that the resulting view frame is from earlier in the view frame stack.
- Parameters:
stepIndex- The index from which to preview a step. This index is used to preview the result of steps that have already been applied, so that the resulting view frame is from earlier in the view frame stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSessionId
SendProjectSessionActionRequest.Builder clientSessionId(String clientSessionId)
A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session.
- Parameters:
clientSessionId- A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewFrame
SendProjectSessionActionRequest.Builder viewFrame(ViewFrame viewFrame)
Sets the value of the ViewFrame property for this object.- Parameters:
viewFrame- The new value for the ViewFrame property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
viewFrame
default SendProjectSessionActionRequest.Builder viewFrame(Consumer<ViewFrame.Builder> viewFrame)
Sets the value of the ViewFrame property for this object. This is a convenience method that creates an instance of theViewFrame.Builderavoiding the need to create one manually viaViewFrame.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toviewFrame(ViewFrame).- Parameters:
viewFrame- a consumer that will call methods onViewFrame.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
viewFrame(ViewFrame)
-
overrideConfiguration
SendProjectSessionActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SendProjectSessionActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-