Interface S3OutpostsAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3OutpostsAuthSchemeParams.Builder,S3OutpostsAuthSchemeParams>,SdkBuilder<S3OutpostsAuthSchemeParams.Builder,S3OutpostsAuthSchemeParams>
- Enclosing interface:
- S3OutpostsAuthSchemeParams
public static interface S3OutpostsAuthSchemeParams.Builder extends CopyableBuilder<S3OutpostsAuthSchemeParams.Builder,S3OutpostsAuthSchemeParams>
A builder for aS3OutpostsAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3OutpostsAuthSchemeParamsbuild()Returns aS3OutpostsAuthSchemeParamsobject that is created from the properties that have been set on the builder.S3OutpostsAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.S3OutpostsAuthSchemeParams.Builderregion(Region region)Set the region.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
operation
S3OutpostsAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
S3OutpostsAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
S3OutpostsAuthSchemeParams build()
Returns aS3OutpostsAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<S3OutpostsAuthSchemeParams.Builder,S3OutpostsAuthSchemeParams>
-
-