Interface EventBridgeAuthSchemeParams
- All Superinterfaces:
- ToCopyableBuilder<EventBridgeAuthSchemeParams.Builder,- EventBridgeAuthSchemeParams> 
- All Known Implementing Classes:
- DefaultEventBridgeAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface EventBridgeAuthSchemeParams
extends ToCopyableBuilder<EventBridgeAuthSchemeParams.Builder,EventBridgeAuthSchemeParams> 
The parameters object used to resolve the auth schemes for the EventBridge service.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA builder for aEventBridgeAuthSchemeParams.
- 
Method SummaryModifier 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.Builderto customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builderGet a new builder for creating aEventBridgeAuthSchemeParams.
- 
operationString operation()Returns the operation for which to resolve the auth scheme.
- 
regionRegion region()Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
- 
regionSetRegionSet regionSet()Returns the RegionSet. The regionSet parameter may be used with the "aws.auth#sigv4a" auth scheme.
- 
endpointIdString endpointId()Operation parameter for EndpointId
- 
toBuilderEventBridgeAuthSchemeParams.Builder toBuilder()Returns aEventBridgeAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- ToCopyableBuilder<EventBridgeAuthSchemeParams.Builder,- EventBridgeAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-