Class TrustedSigners
java.lang.Object
com.amazonaws.services.cloudfront.model.TrustedSigners
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type that specifies the AWS accounts, if any, that you want to
allow to create signed URLs for private content. If you want to require
signed URLs in requests for objects in the target origin that match the
PathPattern for this cache behavior, specify true for Enabled, and specify
the applicable values for Quantity and Items. For more information, go to
Using a Signed URL to Serve Private Content in the Amazon CloudFront
Developer Guide. If you don't want to require signed URLs in requests for
objects that match PathPattern, specify false for Enabled and 0 for Quantity.
Omit Items. To add, change, or remove one or more trusted signers, change
Enabled to true (if it's currently false), change Quantity as applicable, and
specify all of the trusted signers that you want to include in the updated
distribution.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for TrustedSigners object.TrustedSigners
(List<String> items) Constructs a new TrustedSigners object. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.getItems()
Optional: A complex type that contains trusted signers for this cache behavior.The number of trusted signers for this cache behavior.int
hashCode()
Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.void
setEnabled
(Boolean enabled) Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.void
setItems
(Collection<String> items) Optional: A complex type that contains trusted signers for this cache behavior.void
setQuantity
(Integer quantity) The number of trusted signers for this cache behavior.toString()
Returns a string representation of this object; useful for testing and debugging.withEnabled
(Boolean enabled) Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.Optional: A complex type that contains trusted signers for this cache behavior.withItems
(Collection<String> items) Optional: A complex type that contains trusted signers for this cache behavior.withQuantity
(Integer quantity) The number of trusted signers for this cache behavior.
-
Constructor Details
-
TrustedSigners
public TrustedSigners()Default constructor for TrustedSigners object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
TrustedSigners
Constructs a new TrustedSigners object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
items
- Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.
-
-
Method Details
-
setEnabled
Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.- Parameters:
enabled
- Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.
-
getEnabled
Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.- Returns:
- Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.
-
withEnabled
Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.- Parameters:
enabled
- Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isEnabled
Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.- Returns:
- Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.
-
setQuantity
The number of trusted signers for this cache behavior.- Parameters:
quantity
- The number of trusted signers for this cache behavior.
-
getQuantity
The number of trusted signers for this cache behavior.- Returns:
- The number of trusted signers for this cache behavior.
-
withQuantity
The number of trusted signers for this cache behavior.- Parameters:
quantity
- The number of trusted signers for this cache behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getItems
Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.- Returns:
- Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.
-
setItems
Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.- Parameters:
items
- Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.
-
withItems
Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
orwithItems(java.util.Collection)
if you want to override the existing values.- Parameters:
items
- Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withItems
Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.- Parameters:
items
- Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-