Class DefaultIoTFleetWiseAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.auth.scheme.internal.DefaultIoTFleetWiseAuthSchemeParams
-
- All Implemented Interfaces:
IoTFleetWiseAuthSchemeParams,ToCopyableBuilder<IoTFleetWiseAuthSchemeParams.Builder,IoTFleetWiseAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultIoTFleetWiseAuthSchemeParams extends Object implements IoTFleetWiseAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IoTFleetWiseAuthSchemeParams.Builderbuilder()Get a new builder for creating aIoTFleetWiseAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.IoTFleetWiseAuthSchemeParams.BuildertoBuilder()Returns aIoTFleetWiseAuthSchemeParams.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 IoTFleetWiseAuthSchemeParams.Builder builder()
Description copied from interface:IoTFleetWiseAuthSchemeParamsGet a new builder for creating aIoTFleetWiseAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:IoTFleetWiseAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceIoTFleetWiseAuthSchemeParams
-
region
public Region region()
Description copied from interface:IoTFleetWiseAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceIoTFleetWiseAuthSchemeParams
-
toBuilder
public IoTFleetWiseAuthSchemeParams.Builder toBuilder()
Description copied from interface:IoTFleetWiseAuthSchemeParamsReturns aIoTFleetWiseAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceIoTFleetWiseAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<IoTFleetWiseAuthSchemeParams.Builder,IoTFleetWiseAuthSchemeParams>
-
-