Class DefaultCloudWatchEventsAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.cloudwatchevents.auth.scheme.internal.DefaultCloudWatchEventsAuthSchemeParams
- All Implemented Interfaces:
- CloudWatchEventsAuthSchemeParams,- ToCopyableBuilder<CloudWatchEventsAuthSchemeParams.Builder,- CloudWatchEventsAuthSchemeParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultCloudWatchEventsAuthSchemeParams
extends Object
implements CloudWatchEventsAuthSchemeParams
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aCloudWatchEventsAuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builder
- 
operationDescription copied from interface:CloudWatchEventsAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- CloudWatchEventsAuthSchemeParams
 
- 
regionDescription copied from interface:CloudWatchEventsAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- CloudWatchEventsAuthSchemeParams
 
- 
toBuilderDescription copied from interface:CloudWatchEventsAuthSchemeParamsReturns aCloudWatchEventsAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- CloudWatchEventsAuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<CloudWatchEventsAuthSchemeParams.Builder,- CloudWatchEventsAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-