Interface CloudFrontKeyValueStoreAuthSchemeParams
- All Superinterfaces:
ToCopyableBuilder<CloudFrontKeyValueStoreAuthSchemeParams.Builder,
CloudFrontKeyValueStoreAuthSchemeParams>
- All Known Implementing Classes:
DefaultCloudFrontKeyValueStoreAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
public interface CloudFrontKeyValueStoreAuthSchemeParams
extends ToCopyableBuilder<CloudFrontKeyValueStoreAuthSchemeParams.Builder,CloudFrontKeyValueStoreAuthSchemeParams>
The parameters object used to resolve the auth schemes for the CloudFrontKeyValueStore service.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A builder for aCloudFrontKeyValueStoreAuthSchemeParams
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Get a new builder for creating aCloudFrontKeyValueStoreAuthSchemeParams
.endpoint()
Override the endpoint used to send this requestkvsArn()
The ARN of the Key Value StoreReturns the operation for which to resolve the auth scheme.region()
Returns the region.Returns the RegionSet.Returns aCloudFrontKeyValueStoreAuthSchemeParams.Builder
to customize the parameters.useFips()
When true, send this request to the FIPS-compliant regional endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
Get a new builder for creating aCloudFrontKeyValueStoreAuthSchemeParams
. -
operation
String operation()Returns the operation for which to resolve the auth scheme. -
region
Region region()Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme. -
regionSet
RegionSet regionSet()Returns the RegionSet. The regionSet parameter may be used with the "aws.auth#sigv4a" auth scheme. -
kvsArn
String kvsArn()The ARN of the Key Value Store -
useFips
Boolean useFips()When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error. -
endpoint
String endpoint()Override the endpoint used to send this request -
toBuilder
CloudFrontKeyValueStoreAuthSchemeParams.Builder toBuilder()Returns aCloudFrontKeyValueStoreAuthSchemeParams.Builder
to customize the parameters.- Specified by:
toBuilder
in interfaceToCopyableBuilder<CloudFrontKeyValueStoreAuthSchemeParams.Builder,
CloudFrontKeyValueStoreAuthSchemeParams> - Returns:
- a builder for type T
-