Class AuthChallengeRequestEvent.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.AuthChallengeRequestEvent.BuilderImpl
-
- All Implemented Interfaces:
SdkPojo,AuthChallengeRequestEvent.Builder,Buildable,CopyableBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>,SdkBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>
- Enclosing class:
- AuthChallengeRequestEvent
protected static class AuthChallengeRequestEvent.BuilderImpl extends Object implements AuthChallengeRequestEvent.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(AuthChallengeRequestEvent model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthChallengeRequestEvent.BuilderauthorizationUrl(String authorizationUrl)The URL sent by Amazon Q Business to a third party authentication server in response to an authentication verification event activated by an end user request to use a custom plugin.AuthChallengeRequestEventbuild()StringgetAuthorizationUrl()List<SdkField<?>>sdkFields()voidsetAuthorizationUrl(String authorizationUrl)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
-
-
-
Constructor Detail
-
BuilderImpl
protected BuilderImpl()
-
BuilderImpl
protected BuilderImpl(AuthChallengeRequestEvent model)
-
-
Method Detail
-
getAuthorizationUrl
public final String getAuthorizationUrl()
-
setAuthorizationUrl
public final void setAuthorizationUrl(String authorizationUrl)
-
authorizationUrl
public final AuthChallengeRequestEvent.Builder authorizationUrl(String authorizationUrl)
Description copied from interface:AuthChallengeRequestEvent.BuilderThe URL sent by Amazon Q Business to a third party authentication server in response to an authentication verification event activated by an end user request to use a custom plugin.
- Specified by:
authorizationUrlin interfaceAuthChallengeRequestEvent.Builder- Parameters:
authorizationUrl- The URL sent by Amazon Q Business to a third party authentication server in response to an authentication verification event activated by an end user request to use a custom plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
build
public AuthChallengeRequestEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>
-
-