public static interface SendProjectSessionActionRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<SendProjectSessionActionRequest.Builder,SendProjectSessionActionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendProjectSessionActionRequest.Builder preview(Boolean preview)
If true, the result of the recipe step will be returned, but not applied.
preview - If true, the result of the recipe step will be returned, but not applied.SendProjectSessionActionRequest.Builder name(String name)
The name of the project to apply the action to.
name - The name of the project to apply the action to.SendProjectSessionActionRequest.Builder recipeStep(RecipeStep recipeStep)
recipeStep - The new value for the RecipeStep property for this object.default SendProjectSessionActionRequest.Builder recipeStep(Consumer<RecipeStep.Builder> recipeStep)
RecipeStep.Builder avoiding the need to
create one manually via RecipeStep.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to recipeStep(RecipeStep).
recipeStep - a consumer that will call methods on RecipeStep.BuilderrecipeStep(RecipeStep)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.
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.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.
clientSessionId - A unique identifier for an interactive session that's currently open and ready for work. The action
will be performed on this session.SendProjectSessionActionRequest.Builder viewFrame(ViewFrame viewFrame)
viewFrame - The new value for the ViewFrame property for this object.default SendProjectSessionActionRequest.Builder viewFrame(Consumer<ViewFrame.Builder> viewFrame)
ViewFrame.Builder avoiding the need to
create one manually via ViewFrame.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to viewFrame(ViewFrame).
viewFrame - a consumer that will call methods on ViewFrame.BuilderviewFrame(ViewFrame)SendProjectSessionActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSendProjectSessionActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.