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