Interface SwfAuthSchemeParams
- All Superinterfaces:
ToCopyableBuilder<SwfAuthSchemeParams.Builder,
SwfAuthSchemeParams>
- All Known Implementing Classes:
DefaultSwfAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
public interface SwfAuthSchemeParams
extends ToCopyableBuilder<SwfAuthSchemeParams.Builder,SwfAuthSchemeParams>
The parameters object used to resolve the auth schemes for the Swf service.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SwfAuthSchemeParams.Builder
builder()
Get a new builder for creating aSwfAuthSchemeParams
.Returns the operation for which to resolve the auth scheme.region()
Returns the region.Returns aSwfAuthSchemeParams.Builder
to customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
Get a new builder for creating aSwfAuthSchemeParams
. -
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
SwfAuthSchemeParams.Builder toBuilder()Returns aSwfAuthSchemeParams.Builder
to customize the parameters.- Specified by:
toBuilder
in interfaceToCopyableBuilder<SwfAuthSchemeParams.Builder,
SwfAuthSchemeParams> - Returns:
- a builder for type T
-