DistributionTenant.Builder |
DistributionTenant.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the distribution tenant.
|
static DistributionTenant.Builder |
DistributionTenant.builder() |
|
DistributionTenant.Builder |
DistributionTenant.Builder.connectionGroupId(String connectionGroupId) |
The ID of the connection group for the distribution tenant.
|
DistributionTenant.Builder |
DistributionTenant.Builder.createdTime(Instant createdTime) |
The date and time when the distribution tenant was created.
|
default DistributionTenant.Builder |
DistributionTenant.Builder.customizations(Consumer<Customizations.Builder> customizations) |
Customizations for the distribution tenant.
|
DistributionTenant.Builder |
DistributionTenant.Builder.customizations(Customizations customizations) |
Customizations for the distribution tenant.
|
DistributionTenant.Builder |
DistributionTenant.Builder.distributionId(String distributionId) |
The ID of the multi-tenant distribution.
|
DistributionTenant.Builder |
DistributionTenant.Builder.domains(Collection<DomainResult> domains) |
The domains associated with the distribution tenant.
|
DistributionTenant.Builder |
DistributionTenant.Builder.domains(Consumer<DomainResult.Builder>... domains) |
The domains associated with the distribution tenant.
|
DistributionTenant.Builder |
DistributionTenant.Builder.domains(DomainResult... domains) |
The domains associated with the distribution tenant.
|
DistributionTenant.Builder |
DistributionTenant.Builder.enabled(Boolean enabled) |
Indicates whether the distribution tenant is in an enabled state.
|
DistributionTenant.Builder |
DistributionTenant.Builder.id(String id) |
The ID of the distribution tenant.
|
DistributionTenant.Builder |
DistributionTenant.Builder.lastModifiedTime(Instant lastModifiedTime) |
The date and time when the distribution tenant was updated.
|
DistributionTenant.Builder |
DistributionTenant.Builder.name(String name) |
The name of the distribution tenant.
|
DistributionTenant.Builder |
DistributionTenant.Builder.parameters(Collection<Parameter> parameters) |
A list of parameter values to add to the resource.
|
DistributionTenant.Builder |
DistributionTenant.Builder.parameters(Consumer<Parameter.Builder>... parameters) |
A list of parameter values to add to the resource.
|
DistributionTenant.Builder |
DistributionTenant.Builder.parameters(Parameter... parameters) |
A list of parameter values to add to the resource.
|
DistributionTenant.Builder |
DistributionTenant.Builder.status(String status) |
The status of the distribution tenant.
|
default DistributionTenant.Builder |
DistributionTenant.Builder.tags(Consumer<Tags.Builder> tags) |
Sets the value of the Tags property for this object.
|
DistributionTenant.Builder |
DistributionTenant.Builder.tags(Tags tags) |
Sets the value of the Tags property for this object.
|
DistributionTenant.Builder |
DistributionTenant.toBuilder() |
|