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