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