Interface IoTAnalyticsAuthSchemeParams
- All Superinterfaces:
- ToCopyableBuilder<IoTAnalyticsAuthSchemeParams.Builder,- IoTAnalyticsAuthSchemeParams> 
- All Known Implementing Classes:
- DefaultIoTAnalyticsAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface IoTAnalyticsAuthSchemeParams
extends ToCopyableBuilder<IoTAnalyticsAuthSchemeParams.Builder,IoTAnalyticsAuthSchemeParams> 
The parameters object used to resolve the auth schemes for the IoTAnalytics service.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA builder for aIoTAnalyticsAuthSchemeParams.
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Get a new builder for creating aIoTAnalyticsAuthSchemeParams.Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aIoTAnalyticsAuthSchemeParams.Builderto customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builderGet a new builder for creating aIoTAnalyticsAuthSchemeParams.
- 
operationString operation()Returns the operation for which to resolve the auth scheme.
- 
regionRegion region()Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
- 
toBuilderIoTAnalyticsAuthSchemeParams.Builder toBuilder()Returns aIoTAnalyticsAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- ToCopyableBuilder<IoTAnalyticsAuthSchemeParams.Builder,- IoTAnalyticsAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-