Class DefaultCloudFrontKeyValueStoreAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.cloudfrontkeyvaluestore.auth.scheme.internal.DefaultCloudFrontKeyValueStoreAuthSchemeParams
- All Implemented Interfaces:
CloudFrontKeyValueStoreAuthSchemeParams
,CloudFrontKeyValueStoreEndpointResolverAware
,ToCopyableBuilder<CloudFrontKeyValueStoreAuthSchemeParams.Builder,
CloudFrontKeyValueStoreAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen")
public final class DefaultCloudFrontKeyValueStoreAuthSchemeParams
extends Object
implements CloudFrontKeyValueStoreAuthSchemeParams, CloudFrontKeyValueStoreEndpointResolverAware
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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 class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
operation
Description copied from interface:CloudFrontKeyValueStoreAuthSchemeParams
Returns the operation for which to resolve the auth scheme.- Specified by:
operation
in interfaceCloudFrontKeyValueStoreAuthSchemeParams
-
region
Description copied from interface:CloudFrontKeyValueStoreAuthSchemeParams
Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
region
in interfaceCloudFrontKeyValueStoreAuthSchemeParams
-
regionSet
Description copied from interface:CloudFrontKeyValueStoreAuthSchemeParams
Returns the RegionSet. The regionSet parameter may be used with the "aws.auth#sigv4a" auth scheme.- Specified by:
regionSet
in interfaceCloudFrontKeyValueStoreAuthSchemeParams
-
kvsArn
Description copied from interface:CloudFrontKeyValueStoreAuthSchemeParams
The ARN of the Key Value Store- Specified by:
kvsArn
in interfaceCloudFrontKeyValueStoreAuthSchemeParams
-
useFips
Description copied from interface:CloudFrontKeyValueStoreAuthSchemeParams
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.- Specified by:
useFips
in interfaceCloudFrontKeyValueStoreAuthSchemeParams
-
endpoint
Description copied from interface:CloudFrontKeyValueStoreAuthSchemeParams
Override the endpoint used to send this request- Specified by:
endpoint
in interfaceCloudFrontKeyValueStoreAuthSchemeParams
-
endpointProvider
- Specified by:
endpointProvider
in interfaceCloudFrontKeyValueStoreEndpointResolverAware
-
toBuilder
Description copied from interface:CloudFrontKeyValueStoreAuthSchemeParams
Returns aCloudFrontKeyValueStoreAuthSchemeParams.Builder
to customize the parameters.- Specified by:
toBuilder
in interfaceCloudFrontKeyValueStoreAuthSchemeParams
- Specified by:
toBuilder
in interfaceToCopyableBuilder<CloudFrontKeyValueStoreAuthSchemeParams.Builder,
CloudFrontKeyValueStoreAuthSchemeParams> - Returns:
- a builder for type T
-