Uses of Interface
software.amazon.awssdk.services.s3.auth.scheme.S3AuthSchemeParams.Builder
Packages that use S3AuthSchemeParams.Builder
Package
Description
-
Uses of S3AuthSchemeParams.Builder in software.amazon.awssdk.services.s3.auth.scheme
Methods in software.amazon.awssdk.services.s3.auth.scheme that return S3AuthSchemeParams.BuilderModifier and TypeMethodDescriptionS3AuthSchemeParams.Builder.accelerate(Boolean accelerate) When true, use S3 Accelerate.The S3 bucket used to send the request.static S3AuthSchemeParams.BuilderS3AuthSchemeParams.builder()Get a new builder for creating aS3AuthSchemeParams.S3AuthSchemeParams.Builder.copySource(String copySource) The Copy Source used for Copy Object request.S3AuthSchemeParams.Builder.deleteObjectKeys(List<String> deleteObjectKeys) DeleteObjectKeys Endpoint Params from the customization configS3AuthSchemeParams.Builder.disableAccessPoints(Boolean disableAccessPoints) Internal parameter to disable Access Point BucketsS3AuthSchemeParams.Builder.disableMultiRegionAccessPoints(Boolean disableMultiRegionAccessPoints) Whether multi-region access points (MRAP) should be disabled.S3AuthSchemeParams.Builder.disableS3ExpressSessionAuth(Boolean disableS3ExpressSessionAuth) Parameter to indicate whether S3Express session auth should be disabledOverride the endpoint used to send this requestS3AuthSchemeParams.Builder.forcePathStyle(Boolean forcePathStyle) When true, force a path-style endpoint to be used where the bucket name is part of the path.The S3 Key used to send the request.Set the operation for which to resolve the auth scheme.The S3 Prefix used to send the request.Set the region.Set the RegionSet.S3AuthSchemeParams.toBuilder()Returns aS3AuthSchemeParams.Builderto customize the parameters.S3AuthSchemeParams.Builder.useArnRegion(Boolean useArnRegion) When an Access Point ARN is provided and this flag is enabled, the SDK MUST use the ARN's region when constructing the endpoint instead of the client's configured region.S3AuthSchemeParams.Builder.useDualStack(Boolean useDualStack) When true, use the dual-stack endpoint.When true, send this request to the FIPS-compliant regional endpoint.S3AuthSchemeParams.Builder.useGlobalEndpoint(Boolean useGlobalEndpoint) Whether the global endpoint should be used, rather then the regional endpoint for us-east-1.S3AuthSchemeParams.Builder.useObjectLambdaEndpoint(Boolean useObjectLambdaEndpoint) Internal parameter to use object lambda endpoint for an operation (eg: WriteGetObjectResponse)S3AuthSchemeParams.Builder.useS3ExpressControlEndpoint(Boolean useS3ExpressControlEndpoint) Internal parameter to indicate whether S3Express operation should use control plane, (ex.Method parameters in software.amazon.awssdk.services.s3.auth.scheme with type arguments of type S3AuthSchemeParams.BuilderModifier and TypeMethodDescriptiondefault List<AuthSchemeOption>S3AuthSchemeProvider.resolveAuthScheme(Consumer<S3AuthSchemeParams.Builder> consumer) Resolve the auth schemes based on the given set of parameters. -
Uses of S3AuthSchemeParams.Builder in software.amazon.awssdk.services.s3.auth.scheme.internal
Methods in software.amazon.awssdk.services.s3.auth.scheme.internal that return S3AuthSchemeParams.BuilderModifier and TypeMethodDescriptionstatic S3AuthSchemeParams.BuilderDefaultS3AuthSchemeParams.builder()DefaultS3AuthSchemeParams.toBuilder()