static SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.builder() |
|
SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.Builder.clientSessionId(String clientSessionId) |
A unique identifier for an interactive session that's currently open and ready for work.
|
SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.Builder.name(String name) |
The name of the project to apply the action to.
|
SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.Builder.preview(Boolean preview) |
If true, the result of the recipe step will be returned, but not applied.
|
default SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.Builder.recipeStep(Consumer<RecipeStep.Builder> recipeStep) |
Sets the value of the RecipeStep property for this object.
|
SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.Builder.recipeStep(RecipeStep recipeStep) |
Sets the value of the RecipeStep property for this object.
|
SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.Builder.stepIndex(Integer stepIndex) |
The index from which to preview a step.
|
SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.toBuilder() |
|
default SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.Builder.viewFrame(Consumer<ViewFrame.Builder> viewFrame) |
Sets the value of the ViewFrame property for this object.
|
SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.Builder.viewFrame(ViewFrame viewFrame) |
Sets the value of the ViewFrame property for this object.
|