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 Classes Modifier and Type Interface Description static interfaceCloudFrontKeyValueStoreAuthSchemeParams.BuilderA builder for aCloudFrontKeyValueStoreAuthSchemeParams.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CloudFrontKeyValueStoreAuthSchemeParams.Builderbuilder()Get a new builder for creating aCloudFrontKeyValueStoreAuthSchemeParams.Stringendpoint()Override the endpoint used to send this requestStringkvsArn()The ARN of the Key Value StoreStringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.CloudFrontKeyValueStoreAuthSchemeParams.BuildertoBuilder()Returns aCloudFrontKeyValueStoreAuthSchemeParams.Builderto customize the parameters.BooleanuseFips()When true, send this request to the FIPS-compliant regional endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
static CloudFrontKeyValueStoreAuthSchemeParams.Builder 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.
-
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>
-
-