Interface DescribeSupportedLanguagesRequest.Builder

  • Method Details

    • issueType

      The type of issue for the case. You can specify customer-service or technical.

      Parameters:
      issueType - The type of issue for the case. You can specify customer-service or technical.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceCode

      The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possible serviceCode values.

      Parameters:
      serviceCode - The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possible serviceCode values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • categoryCode

      The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.

      Parameters:
      categoryCode - The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dryRun

      Specifies whether to validate the request without actually returning supported languages. When set to true, the request is validated but no languages are returned, and the operation returns a DryRunOperationException. When omitted or set to false, the request runs normally.

      Parameters:
      dryRun - Specifies whether to validate the request without actually returning supported languages. When set to true, the request is validated but no languages are returned, and the operation returns a DryRunOperationException. When omitted or set to false, the request runs normally.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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