Class DefaultIoTSiteWiseAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.iotsitewise.auth.scheme.internal.DefaultIoTSiteWiseAuthSchemeParams
- All Implemented Interfaces:
- IoTSiteWiseAuthSchemeParams,- ToCopyableBuilder<IoTSiteWiseAuthSchemeParams.Builder,- IoTSiteWiseAuthSchemeParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultIoTSiteWiseAuthSchemeParams
extends Object
implements IoTSiteWiseAuthSchemeParams
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aIoTSiteWiseAuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builder
- 
operationDescription copied from interface:IoTSiteWiseAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- IoTSiteWiseAuthSchemeParams
 
- 
regionDescription copied from interface:IoTSiteWiseAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- IoTSiteWiseAuthSchemeParams
 
- 
toBuilderDescription copied from interface:IoTSiteWiseAuthSchemeParamsReturns aIoTSiteWiseAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- IoTSiteWiseAuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<IoTSiteWiseAuthSchemeParams.Builder,- IoTSiteWiseAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-