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