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 SummaryModifier 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.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builder
- 
operationDescription copied from interface:S3VectorsAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- S3VectorsAuthSchemeParams
 
- 
regionDescription copied from interface:S3VectorsAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- S3VectorsAuthSchemeParams
 
- 
toBuilderDescription copied from interface:S3VectorsAuthSchemeParamsReturns aS3VectorsAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- S3VectorsAuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<S3VectorsAuthSchemeParams.Builder,- S3VectorsAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-