public static interface HoneycodeConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<HoneycodeConnectorProfileCredentials.Builder,HoneycodeConnectorProfileCredentials>
| Modifier and Type | Method and Description |
|---|---|
HoneycodeConnectorProfileCredentials.Builder |
accessToken(String accessToken)
The credentials used to access protected Amazon Honeycode resources.
|
HoneycodeConnectorProfileCredentials.Builder |
oAuthRequest(ConnectorOAuthRequest oAuthRequest)
Sets the value of the OAuthRequest property for this object.
|
default HoneycodeConnectorProfileCredentials.Builder |
oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
Sets the value of the OAuthRequest property for this object.
|
HoneycodeConnectorProfileCredentials.Builder |
refreshToken(String refreshToken)
The credentials used to acquire new access tokens.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHoneycodeConnectorProfileCredentials.Builder accessToken(String accessToken)
The credentials used to access protected Amazon Honeycode resources.
accessToken - The credentials used to access protected Amazon Honeycode resources.HoneycodeConnectorProfileCredentials.Builder refreshToken(String refreshToken)
The credentials used to acquire new access tokens.
refreshToken - The credentials used to acquire new access tokens.HoneycodeConnectorProfileCredentials.Builder oAuthRequest(ConnectorOAuthRequest oAuthRequest)
oAuthRequest - The new value for the OAuthRequest property for this object.default HoneycodeConnectorProfileCredentials.Builder oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
ConnectorOAuthRequest.Builder avoiding
the need to create one manually via ConnectorOAuthRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to oAuthRequest(ConnectorOAuthRequest).
oAuthRequest - a consumer that will call methods on ConnectorOAuthRequest.BuilderoAuthRequest(ConnectorOAuthRequest)Copyright © 2023. All rights reserved.