Interface CloudFrontKeyValueStoreAuthSchemeParams
- All Superinterfaces:
ToCopyableBuilder<CloudFrontKeyValueStoreAuthSchemeParams.Builder,CloudFrontKeyValueStoreAuthSchemeParams>
- All Known Implementing Classes:
DefaultCloudFrontKeyValueStoreAuthSchemeParams
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
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 interfaceA builder for aCloudFrontKeyValueStoreAuthSchemeParams. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Get a new builder for creating aCloudFrontKeyValueStoreAuthSchemeParams.endpoint()Override the endpoint used to send this requestfromEndpointParams(CloudFrontKeyValueStoreEndpointParams endpointParams) Create a builder pre-populated with endpoint parameters.kvsArn()The ARN of the Key Value StoreReturns the operation for which to resolve the auth scheme.region()Returns the region.default StringregionId()Returns the region ID as a string.Returns the RegionSet.Returns aCloudFrontKeyValueStoreAuthSchemeParams.Builderto 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. -
fromEndpointParams
static CloudFrontKeyValueStoreAuthSchemeParams.Builder fromEndpointParams(CloudFrontKeyValueStoreEndpointParams endpointParams) Create a builder pre-populated with endpoint parameters.- Parameters:
endpointParams- the endpoint parameters to copy- Returns:
- a builder with values from the endpoint parameters
-
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. -
regionId
Returns the region ID as a string. Returns null if region is not set. -
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.Builderto customize the parameters.- Specified by:
toBuilderin interfaceToCopyableBuilder<CloudFrontKeyValueStoreAuthSchemeParams.Builder,CloudFrontKeyValueStoreAuthSchemeParams> - Returns:
- a builder for type T
-