Class DefaultChatbotAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.chatbot.auth.scheme.internal.DefaultChatbotAuthSchemeParams
-
- All Implemented Interfaces:
ChatbotAuthSchemeParams,ToCopyableBuilder<ChatbotAuthSchemeParams.Builder,ChatbotAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultChatbotAuthSchemeParams extends Object implements ChatbotAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChatbotAuthSchemeParams.Builderbuilder()Get a new builder for creating aChatbotAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.ChatbotAuthSchemeParams.BuildertoBuilder()Returns aChatbotAuthSchemeParams.Builderto customize the parameters.-
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.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
public static ChatbotAuthSchemeParams.Builder builder()
Description copied from interface:ChatbotAuthSchemeParamsGet a new builder for creating aChatbotAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:ChatbotAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceChatbotAuthSchemeParams
-
region
public Region region()
Description copied from interface:ChatbotAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceChatbotAuthSchemeParams
-
toBuilder
public ChatbotAuthSchemeParams.Builder toBuilder()
Description copied from interface:ChatbotAuthSchemeParamsReturns aChatbotAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceChatbotAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<ChatbotAuthSchemeParams.Builder,ChatbotAuthSchemeParams>
-
-