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