Class DefaultIoTFleetHubAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleethub.auth.scheme.internal.DefaultIoTFleetHubAuthSchemeParams
-
- All Implemented Interfaces:
IoTFleetHubAuthSchemeParams,ToCopyableBuilder<IoTFleetHubAuthSchemeParams.Builder,IoTFleetHubAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultIoTFleetHubAuthSchemeParams extends Object implements IoTFleetHubAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IoTFleetHubAuthSchemeParams.Builderbuilder()Get a new builder for creating aIoTFleetHubAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.IoTFleetHubAuthSchemeParams.BuildertoBuilder()Returns aIoTFleetHubAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
public static IoTFleetHubAuthSchemeParams.Builder builder()
Description copied from interface:IoTFleetHubAuthSchemeParamsGet a new builder for creating aIoTFleetHubAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:IoTFleetHubAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceIoTFleetHubAuthSchemeParams
-
region
public Region region()
Description copied from interface:IoTFleetHubAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceIoTFleetHubAuthSchemeParams
-
toBuilder
public IoTFleetHubAuthSchemeParams.Builder toBuilder()
Description copied from interface:IoTFleetHubAuthSchemeParamsReturns aIoTFleetHubAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceIoTFleetHubAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<IoTFleetHubAuthSchemeParams.Builder,IoTFleetHubAuthSchemeParams>
-
-