Interface AssociateResolverRuleRequest.Builder

  • Method Details

    • resolverRuleId

      AssociateResolverRuleRequest.Builder resolverRuleId(String resolverRuleId)

      The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use ListResolverRules.

      Parameters:
      resolverRuleId - The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use ListResolverRules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      A name for the association that you're creating between a Resolver rule and a VPC.

      The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.

      Parameters:
      name - A name for the association that you're creating between a Resolver rule and a VPC.

      The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      The ID of the VPC that you want to associate the Resolver rule with.

      Parameters:
      vpcId - The ID of the VPC that you want to associate the Resolver rule with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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