Class DefaultS3VectorsAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.s3vectors.auth.scheme.internal.DefaultS3VectorsAuthSchemeParams
- All Implemented Interfaces:
S3VectorsAuthSchemeParams,ToCopyableBuilder<S3VectorsAuthSchemeParams.Builder,S3VectorsAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultS3VectorsAuthSchemeParams
extends Object
implements S3VectorsAuthSchemeParams
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aS3VectorsAuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
operation
Description copied from interface:S3VectorsAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceS3VectorsAuthSchemeParams
-
region
Description copied from interface:S3VectorsAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceS3VectorsAuthSchemeParams
-
toBuilder
Description copied from interface:S3VectorsAuthSchemeParamsReturns aS3VectorsAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceS3VectorsAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<S3VectorsAuthSchemeParams.Builder,S3VectorsAuthSchemeParams> - Returns:
- a builder for type T
-