Interface EmrAuthSchemeParams
- All Superinterfaces:
- ToCopyableBuilder<EmrAuthSchemeParams.Builder,- EmrAuthSchemeParams> 
- All Known Implementing Classes:
- DefaultEmrAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface EmrAuthSchemeParams
extends ToCopyableBuilder<EmrAuthSchemeParams.Builder,EmrAuthSchemeParams> 
The parameters object used to resolve the auth schemes for the Emr service.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic EmrAuthSchemeParams.Builderbuilder()Get a new builder for creating aEmrAuthSchemeParams.Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aEmrAuthSchemeParams.Builderto customize the parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builderGet a new builder for creating aEmrAuthSchemeParams.
- 
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.
- 
toBuilderEmrAuthSchemeParams.Builder toBuilder()Returns aEmrAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- ToCopyableBuilder<EmrAuthSchemeParams.Builder,- EmrAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-