Interface CloudFrontKeyValueStoreAuthSchemeParams.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudFrontKeyValueStoreAuthSchemeParams.Builder,
,CloudFrontKeyValueStoreAuthSchemeParams> SdkBuilder<CloudFrontKeyValueStoreAuthSchemeParams.Builder,
CloudFrontKeyValueStoreAuthSchemeParams>
- Enclosing interface:
CloudFrontKeyValueStoreAuthSchemeParams
public static interface CloudFrontKeyValueStoreAuthSchemeParams.Builder
extends CopyableBuilder<CloudFrontKeyValueStoreAuthSchemeParams.Builder,CloudFrontKeyValueStoreAuthSchemeParams>
A builder for a
CloudFrontKeyValueStoreAuthSchemeParams
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns aCloudFrontKeyValueStoreAuthSchemeParams
object that is created from the properties that have been set on the builder.Override the endpoint used to send this requestThe ARN of the Key Value StoreSet the operation for which to resolve the auth scheme.Set the region.Set the RegionSet.When true, send this request to the FIPS-compliant regional endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Method Details
-
operation
Set the operation for which to resolve the auth scheme. -
region
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme. -
regionSet
Set the RegionSet. The regionSet parameter may be used with the "aws.auth#sigv4a" auth scheme. -
kvsArn
The ARN of the Key Value Store -
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
Override the endpoint used to send this request -
build
Returns aCloudFrontKeyValueStoreAuthSchemeParams
object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkBuilder<CloudFrontKeyValueStoreAuthSchemeParams.Builder,
CloudFrontKeyValueStoreAuthSchemeParams> - Returns:
- an instance of T
-