Interface CreateDistributionTenantRequest.Builder

  • Method Details

    • distributionId

      CreateDistributionTenantRequest.Builder distributionId(String distributionId)

      The ID of the multi-tenant distribution to use for creating the distribution tenant.

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

      The name of the distribution tenant. Enter a friendly identifier that is unique within your Amazon Web Services account. This name can't be updated after you create the distribution tenant.

      Parameters:
      name - The name of the distribution tenant. Enter a friendly identifier that is unique within your Amazon Web Services account. This name can't be updated after you create the distribution tenant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domains

      The domains associated with the distribution tenant. You must specify at least one domain in the request.

      Parameters:
      domains - The domains associated with the distribution tenant. You must specify at least one domain in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domains

      The domains associated with the distribution tenant. You must specify at least one domain in the request.

      Parameters:
      domains - The domains associated with the distribution tenant. You must specify at least one domain in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domains

      The domains associated with the distribution tenant. You must specify at least one domain in the request.

      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:
    • tags

      Sets the value of the Tags property for this object.
      Parameters:
      tags - The new value for the Tags property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Sets the value of the Tags property for this object. This is a convenience method that creates an instance of the Tags.Builder avoiding the need to create one manually via Tags.builder().

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

      Parameters:
      tags - a consumer that will call methods on Tags.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

      CreateDistributionTenantRequest.Builder connectionGroupId(String connectionGroupId)

      The ID of the connection group to associate with the distribution tenant.

      Parameters:
      connectionGroupId - The ID of the connection group to associate with the distribution tenant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managedCertificateRequest

      CreateDistributionTenantRequest.Builder managedCertificateRequest(ManagedCertificateRequest managedCertificateRequest)

      The configuration for the CloudFront managed ACM certificate request.

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

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

      The configuration for 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 enabled when created. If the distribution tenant is disabled, the distribution tenant won't serve traffic.

      Parameters:
      enabled - Indicates whether the distribution tenant should be enabled when created. If the distribution tenant is disabled, the distribution tenant won't serve traffic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateDistributionTenantRequest.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.