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