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