Uses of Interface
software.amazon.awssdk.services.cloudfront.model.DistributionTenant.Builder
Packages that use DistributionTenant.Builder
-
Uses of DistributionTenant.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return DistributionTenant.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the distribution tenant.static DistributionTenant.BuilderDistributionTenant.builder()DistributionTenant.Builder.connectionGroupId(String connectionGroupId) The ID of the connection group for the distribution tenant.DistributionTenant.Builder.createdTime(Instant createdTime) The date and time when the distribution tenant was created.default DistributionTenant.BuilderDistributionTenant.Builder.customizations(Consumer<Customizations.Builder> customizations) Customizations for the distribution tenant.DistributionTenant.Builder.customizations(Customizations customizations) Customizations for the distribution tenant.DistributionTenant.Builder.distributionId(String distributionId) The ID of the multi-tenant distribution.DistributionTenant.Builder.domains(Collection<DomainResult> domains) The domains associated with the distribution tenant.DistributionTenant.Builder.domains(Consumer<DomainResult.Builder>... domains) The domains associated with the distribution tenant.DistributionTenant.Builder.domains(DomainResult... domains) The domains associated with the distribution tenant.Indicates whether the distribution tenant is in an enabled state.The ID of the distribution tenant.DistributionTenant.Builder.lastModifiedTime(Instant lastModifiedTime) The date and time when the distribution tenant was updated.The name of the distribution tenant.DistributionTenant.Builder.parameters(Collection<Parameter> parameters) A list of parameter values to add to the resource.DistributionTenant.Builder.parameters(Consumer<Parameter.Builder>... parameters) A list of parameter values to add to the resource.DistributionTenant.Builder.parameters(Parameter... parameters) A list of parameter values to add to the resource.The status of the distribution tenant.default DistributionTenant.BuilderDistributionTenant.Builder.tags(Consumer<Tags.Builder> tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.DistributionTenant.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type DistributionTenant.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DistributionTenant.Builder>DistributionTenant.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type DistributionTenant.BuilderModifier and TypeMethodDescriptionCreateDistributionTenantResponse.Builder.distributionTenant(Consumer<DistributionTenant.Builder> distributionTenant) The distribution tenant that you created.GetDistributionTenantByDomainResponse.Builder.distributionTenant(Consumer<DistributionTenant.Builder> distributionTenant) Sets the value of the DistributionTenant property for this object.GetDistributionTenantResponse.Builder.distributionTenant(Consumer<DistributionTenant.Builder> distributionTenant) The distribution tenant that you retrieved.UpdateDistributionTenantResponse.Builder.distributionTenant(Consumer<DistributionTenant.Builder> distributionTenant) The distribution tenant that you're updating.