Interface TrustedKeyGroups.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrustedKeyGroups.Builder,
,TrustedKeyGroups> SdkBuilder<TrustedKeyGroups.Builder,
,TrustedKeyGroups> SdkPojo
- Enclosing class:
TrustedKeyGroups
public static interface TrustedKeyGroups.Builder
extends SdkPojo, CopyableBuilder<TrustedKeyGroups.Builder,TrustedKeyGroups>
-
Method Summary
Modifier and TypeMethodDescriptionThis field istrue
if any of the key groups in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.A list of key groups identifiers.items
(Collection<String> items) A list of key groups identifiers.The number of key groups in the list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
enabled
This field is
true
if any of the key groups in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field isfalse
.- Parameters:
enabled
- This field istrue
if any of the key groups in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field isfalse
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quantity
The number of key groups in the list.
- Parameters:
quantity
- The number of key groups in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of key groups identifiers.
- Parameters:
items
- A list of key groups identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of key groups identifiers.
- Parameters:
items
- A list of key groups identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-