Class DefaultFisAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.fis.auth.scheme.internal.DefaultFisAuthSchemeParams
- All Implemented Interfaces:
- FisAuthSchemeParams,- ToCopyableBuilder<FisAuthSchemeParams.Builder,- FisAuthSchemeParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultFisAuthSchemeParams
extends Object
implements FisAuthSchemeParams
- 
Method SummaryModifier and TypeMethodDescriptionstatic FisAuthSchemeParams.Builderbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aFisAuthSchemeParams.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:FisAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- FisAuthSchemeParams
 
- 
regionDescription copied from interface:FisAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- FisAuthSchemeParams
 
- 
toBuilderDescription copied from interface:FisAuthSchemeParamsReturns aFisAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- FisAuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<FisAuthSchemeParams.Builder,- FisAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-