public static interface ConnectAppAuthorizationRequest.Builder extends AppFabricRequest.Builder, SdkPojo, CopyableBuilder<ConnectAppAuthorizationRequest.Builder,ConnectAppAuthorizationRequest>
| Modifier and Type | Method and Description |
|---|---|
ConnectAppAuthorizationRequest.Builder |
appAuthorizationIdentifier(String appAuthorizationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the
request.
|
ConnectAppAuthorizationRequest.Builder |
appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle that contains the app
authorization to use for the request.
|
ConnectAppAuthorizationRequest.Builder |
authRequest(AuthRequest authRequest)
Contains OAuth2 authorization information.
|
default ConnectAppAuthorizationRequest.Builder |
authRequest(Consumer<AuthRequest.Builder> authRequest)
Contains OAuth2 authorization information.
|
ConnectAppAuthorizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ConnectAppAuthorizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectAppAuthorizationRequest.Builder appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle that contains the app authorization to use for the request.
appBundleIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle that contains
the app authorization to use for the request.ConnectAppAuthorizationRequest.Builder appAuthorizationIdentifier(String appAuthorizationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
appAuthorizationIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use
for the request.ConnectAppAuthorizationRequest.Builder authRequest(AuthRequest authRequest)
Contains OAuth2 authorization information.
This is required if the app authorization for the request is configured with an OAuth2 (oauth2)
authorization type.
authRequest - Contains OAuth2 authorization information.
This is required if the app authorization for the request is configured with an OAuth2 (
oauth2) authorization type.
default ConnectAppAuthorizationRequest.Builder authRequest(Consumer<AuthRequest.Builder> authRequest)
Contains OAuth2 authorization information.
This is required if the app authorization for the request is configured with an OAuth2 (oauth2)
authorization type.
AuthRequest.Builder avoiding the need to
create one manually via AuthRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to authRequest(AuthRequest).
authRequest - a consumer that will call methods on AuthRequest.BuilderauthRequest(AuthRequest)ConnectAppAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderConnectAppAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.