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