Interface EventBridgeAuthSchemeParams
- All Superinterfaces:
ToCopyableBuilder<EventBridgeAuthSchemeParams.Builder,
EventBridgeAuthSchemeParams>
- All Known Implementing Classes:
DefaultEventBridgeAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
public interface EventBridgeAuthSchemeParams
extends ToCopyableBuilder<EventBridgeAuthSchemeParams.Builder,EventBridgeAuthSchemeParams>
The parameters object used to resolve the auth schemes for the EventBridge service.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A builder for aEventBridgeAuthSchemeParams
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Get a new builder for creating aEventBridgeAuthSchemeParams
.Operation parameter for EndpointIdReturns the operation for which to resolve the auth scheme.region()
Returns the region.Returns the RegionSet.Returns aEventBridgeAuthSchemeParams.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 aEventBridgeAuthSchemeParams
. -
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. -
regionSet
RegionSet regionSet()Returns the RegionSet. The regionSet parameter may be used with the "aws.auth#sigv4a" auth scheme. -
endpointId
String endpointId()Operation parameter for EndpointId -
toBuilder
EventBridgeAuthSchemeParams.Builder toBuilder()Returns aEventBridgeAuthSchemeParams.Builder
to customize the parameters.- Specified by:
toBuilder
in interfaceToCopyableBuilder<EventBridgeAuthSchemeParams.Builder,
EventBridgeAuthSchemeParams> - Returns:
- a builder for type T
-