Interface DistributionIdOwner.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DistributionIdOwner.Builder,,DistributionIdOwner> SdkBuilder<DistributionIdOwner.Builder,,DistributionIdOwner> SdkPojo
- Enclosing class:
DistributionIdOwner
@Mutable
@NotThreadSafe
public static interface DistributionIdOwner.Builder
extends SdkPojo, CopyableBuilder<DistributionIdOwner.Builder,DistributionIdOwner>
-
Method Summary
Modifier and TypeMethodDescriptiondistributionId(String distributionId) The ID of the distribution.ownerAccountId(String ownerAccountId) The ID of the Amazon Web Services account that owns the distribution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
distributionId
The ID of the distribution.
- Parameters:
distributionId- The ID of the distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccountId
The ID of the Amazon Web Services account that owns the distribution.
- Parameters:
ownerAccountId- The ID of the Amazon Web Services account that owns the distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-