Interface UpdateDistributionTenantRequest.Builder

  • Method Details

    • id

      The ID of the distribution tenant.

      Parameters:
      id - The ID of the distribution tenant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • distributionId

      UpdateDistributionTenantRequest.Builder distributionId(String distributionId)

      The ID for the multi-tenant distribution.

      Parameters:
      distributionId - The ID for the multi-tenant distribution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domains

      The domains to update for the distribution tenant. A domain object can contain only a domain property. You must specify at least one domain. Each distribution tenant can have up to 5 domains.

      Parameters:
      domains - The domains to update for the distribution tenant. A domain object can contain only a domain property. You must specify at least one domain. Each distribution tenant can have up to 5 domains.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domains

      The domains to update for the distribution tenant. A domain object can contain only a domain property. You must specify at least one domain. Each distribution tenant can have up to 5 domains.

      Parameters:
      domains - The domains to update for the distribution tenant. A domain object can contain only a domain property. You must specify at least one domain. Each distribution tenant can have up to 5 domains.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domains

      The domains to update for the distribution tenant. A domain object can contain only a domain property. You must specify at least one domain. Each distribution tenant can have up to 5 domains.

      This is a convenience method that creates an instance of the DomainItem.Builder avoiding the need to create one manually via DomainItem.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to domains(List<DomainItem>).

      Parameters:
      domains - a consumer that will call methods on DomainItem.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • customizations

      Customizations for the distribution tenant. For each distribution tenant, you can specify the geographic restrictions, and the Amazon Resource Names (ARNs) for the ACM certificate and WAF web ACL. These are specific values that you can override or disable from the multi-tenant distribution that was used to create the distribution tenant.

      Parameters:
      customizations - Customizations for the distribution tenant. For each distribution tenant, you can specify the geographic restrictions, and the Amazon Resource Names (ARNs) for the ACM certificate and WAF web ACL. These are specific values that you can override or disable from the multi-tenant distribution that was used to create the distribution tenant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customizations

      Customizations for the distribution tenant. For each distribution tenant, you can specify the geographic restrictions, and the Amazon Resource Names (ARNs) for the ACM certificate and WAF web ACL. These are specific values that you can override or disable from the multi-tenant distribution that was used to create the distribution tenant.

      This is a convenience method that creates an instance of the Customizations.Builder avoiding the need to create one manually via Customizations.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to customizations(Customizations).

      Parameters:
      customizations - a consumer that will call methods on Customizations.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • parameters

      A list of parameter values to add to the resource. A parameter is specified as a key-value pair. A valid parameter value must exist for any parameter that is marked as required in the multi-tenant distribution.

      Parameters:
      parameters - A list of parameter values to add to the resource. A parameter is specified as a key-value pair. A valid parameter value must exist for any parameter that is marked as required in the multi-tenant distribution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      A list of parameter values to add to the resource. A parameter is specified as a key-value pair. A valid parameter value must exist for any parameter that is marked as required in the multi-tenant distribution.

      Parameters:
      parameters - A list of parameter values to add to the resource. A parameter is specified as a key-value pair. A valid parameter value must exist for any parameter that is marked as required in the multi-tenant distribution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      A list of parameter values to add to the resource. A parameter is specified as a key-value pair. A valid parameter value must exist for any parameter that is marked as required in the multi-tenant distribution.

      This is a convenience method that creates an instance of the Parameter.Builder avoiding the need to create one manually via Parameter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to parameters(List<Parameter>).

      Parameters:
      parameters - a consumer that will call methods on Parameter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • connectionGroupId

      UpdateDistributionTenantRequest.Builder connectionGroupId(String connectionGroupId)

      The ID of the target connection group.

      Parameters:
      connectionGroupId - The ID of the target connection group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ifMatch

      The value of the ETag header that you received when retrieving the distribution tenant to update. This value is returned in the response of the GetDistributionTenant API operation.

      Parameters:
      ifMatch - The value of the ETag header that you received when retrieving the distribution tenant to update. This value is returned in the response of the GetDistributionTenant API operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managedCertificateRequest

      UpdateDistributionTenantRequest.Builder managedCertificateRequest(ManagedCertificateRequest managedCertificateRequest)

      An object that contains the CloudFront managed ACM certificate request.

      Parameters:
      managedCertificateRequest - An object that contains the CloudFront managed ACM certificate request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managedCertificateRequest

      default UpdateDistributionTenantRequest.Builder managedCertificateRequest(Consumer<ManagedCertificateRequest.Builder> managedCertificateRequest)

      An object that contains the CloudFront managed ACM certificate request.

      This is a convenience method that creates an instance of the ManagedCertificateRequest.Builder avoiding the need to create one manually via ManagedCertificateRequest.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to managedCertificateRequest(ManagedCertificateRequest).

      Parameters:
      managedCertificateRequest - a consumer that will call methods on ManagedCertificateRequest.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • enabled

      Indicates whether the distribution tenant should be updated to an enabled state. If you update the distribution tenant and it's not enabled, the distribution tenant won't serve traffic.

      Parameters:
      enabled - Indicates whether the distribution tenant should be updated to an enabled state. If you update the distribution tenant and it's not enabled, the distribution tenant won't serve traffic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateDistributionTenantRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.