Interface EventBridgeAuthSchemeParams.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EventBridgeAuthSchemeParams.Builder,,- EventBridgeAuthSchemeParams> - SdkBuilder<EventBridgeAuthSchemeParams.Builder,- EventBridgeAuthSchemeParams> 
- Enclosing interface:
- EventBridgeAuthSchemeParams
public static interface EventBridgeAuthSchemeParams.Builder
extends CopyableBuilder<EventBridgeAuthSchemeParams.Builder,EventBridgeAuthSchemeParams> 
A builder for a 
EventBridgeAuthSchemeParams.- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns aEventBridgeAuthSchemeParamsobject that is created from the properties that have been set on the builder.endpointId(String endpointId) Operation parameter for EndpointIdSet the operation for which to resolve the auth scheme.Set the region.Set the RegionSet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation
- 
Method Details- 
operationSet the operation for which to resolve the auth scheme.
- 
regionSet the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
- 
regionSetSet the RegionSet. The regionSet parameter may be used with the "aws.auth#sigv4a" auth scheme.
- 
endpointIdOperation parameter for EndpointId
- 
buildEventBridgeAuthSchemeParams build()Returns aEventBridgeAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
- buildin interface- Buildable
- Specified by:
- buildin interface- SdkBuilder<EventBridgeAuthSchemeParams.Builder,- EventBridgeAuthSchemeParams> 
- Returns:
- an instance of T
 
 
-