Interface WafRegionalAuthSchemeParams
-
- All Superinterfaces:
ToCopyableBuilder<WafRegionalAuthSchemeParams.Builder,WafRegionalAuthSchemeParams>
- All Known Implementing Classes:
DefaultWafRegionalAuthSchemeParams
@Generated("software.amazon.awssdk:codegen") public interface WafRegionalAuthSchemeParams extends ToCopyableBuilder<WafRegionalAuthSchemeParams.Builder,WafRegionalAuthSchemeParams>
The parameters object used to resolve the auth schemes for the WafRegional service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWafRegionalAuthSchemeParams.BuilderA builder for aWafRegionalAuthSchemeParams.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static WafRegionalAuthSchemeParams.Builderbuilder()Get a new builder for creating aWafRegionalAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.WafRegionalAuthSchemeParams.BuildertoBuilder()Returns aWafRegionalAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
static WafRegionalAuthSchemeParams.Builder builder()
Get a new builder for creating aWafRegionalAuthSchemeParams.
-
operation
String operation()
Returns the operation for which to resolve the auth scheme.
-
region
Region region()
Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
toBuilder
WafRegionalAuthSchemeParams.Builder toBuilder()
Returns aWafRegionalAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceToCopyableBuilder<WafRegionalAuthSchemeParams.Builder,WafRegionalAuthSchemeParams>
-
-