public static interface StartProjectSessionRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<StartProjectSessionRequest.Builder,StartProjectSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartProjectSessionRequest.Builder |
assumeControl(Boolean assumeControl)
A value that, if true, enables you to take control of a session, even if a different client is currently
accessing the project.
|
StartProjectSessionRequest.Builder |
name(String name)
The name of the project to act upon.
|
StartProjectSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartProjectSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartProjectSessionRequest.Builder name(String name)
The name of the project to act upon.
name - The name of the project to act upon.StartProjectSessionRequest.Builder assumeControl(Boolean assumeControl)
A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.
assumeControl - A value that, if true, enables you to take control of a session, even if a different client is
currently accessing the project.StartProjectSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartProjectSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.