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