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