Interface GlobalAcceleratorAuthSchemeParams
-
- All Superinterfaces:
ToCopyableBuilder<GlobalAcceleratorAuthSchemeParams.Builder,GlobalAcceleratorAuthSchemeParams>
- All Known Implementing Classes:
DefaultGlobalAcceleratorAuthSchemeParams
@Generated("software.amazon.awssdk:codegen") public interface GlobalAcceleratorAuthSchemeParams extends ToCopyableBuilder<GlobalAcceleratorAuthSchemeParams.Builder,GlobalAcceleratorAuthSchemeParams>
The parameters object used to resolve the auth schemes for the GlobalAccelerator service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGlobalAcceleratorAuthSchemeParams.BuilderA builder for aGlobalAcceleratorAuthSchemeParams.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GlobalAcceleratorAuthSchemeParams.Builderbuilder()Get a new builder for creating aGlobalAcceleratorAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.GlobalAcceleratorAuthSchemeParams.BuildertoBuilder()Returns aGlobalAcceleratorAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
static GlobalAcceleratorAuthSchemeParams.Builder builder()
Get a new builder for creating aGlobalAcceleratorAuthSchemeParams.
-
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
GlobalAcceleratorAuthSchemeParams.Builder toBuilder()
Returns aGlobalAcceleratorAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceToCopyableBuilder<GlobalAcceleratorAuthSchemeParams.Builder,GlobalAcceleratorAuthSchemeParams>
-
-