Interface InspectorScanAuthSchemeParams
- All Superinterfaces:
- ToCopyableBuilder<InspectorScanAuthSchemeParams.Builder,- InspectorScanAuthSchemeParams> 
- All Known Implementing Classes:
- DefaultInspectorScanAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface InspectorScanAuthSchemeParams
extends ToCopyableBuilder<InspectorScanAuthSchemeParams.Builder,InspectorScanAuthSchemeParams> 
The parameters object used to resolve the auth schemes for the InspectorScan service.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA builder for aInspectorScanAuthSchemeParams.
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Get a new builder for creating aInspectorScanAuthSchemeParams.Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aInspectorScanAuthSchemeParams.Builderto customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builderGet a new builder for creating aInspectorScanAuthSchemeParams.
- 
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.
- 
toBuilderInspectorScanAuthSchemeParams.Builder toBuilder()Returns aInspectorScanAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- ToCopyableBuilder<InspectorScanAuthSchemeParams.Builder,- InspectorScanAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-