Interface IvschatAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IvschatAuthSchemeParams.Builder,IvschatAuthSchemeParams>,SdkBuilder<IvschatAuthSchemeParams.Builder,IvschatAuthSchemeParams>
- Enclosing interface:
- IvschatAuthSchemeParams
public static interface IvschatAuthSchemeParams.Builder extends CopyableBuilder<IvschatAuthSchemeParams.Builder,IvschatAuthSchemeParams>
A builder for aIvschatAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IvschatAuthSchemeParamsbuild()Returns aIvschatAuthSchemeParamsobject that is created from the properties that have been set on the builder.IvschatAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.IvschatAuthSchemeParams.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
IvschatAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
IvschatAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
IvschatAuthSchemeParams build()
Returns aIvschatAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<IvschatAuthSchemeParams.Builder,IvschatAuthSchemeParams>
-
-