Interface CreateResponderGatewayRequest.Builder

  • Method Details

    • vpcId

      The unique identifier of the Virtual Private Cloud (VPC).

      Parameters:
      vpcId - The unique identifier of the Virtual Private Cloud (VPC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      Unique identifiers of the subnets. A service quota for your account sets the number of Availability Zones that your subnets can span. By default, this quota is one Availability Zone. To span more Availability Zones, request a quota increase.

      Parameters:
      subnetIds - Unique identifiers of the subnets. A service quota for your account sets the number of Availability Zones that your subnets can span. By default, this quota is one Availability Zone. To span more Availability Zones, request a quota increase.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      Unique identifiers of the subnets. A service quota for your account sets the number of Availability Zones that your subnets can span. By default, this quota is one Availability Zone. To span more Availability Zones, request a quota increase.

      Parameters:
      subnetIds - Unique identifiers of the subnets. A service quota for your account sets the number of Availability Zones that your subnets can span. By default, this quota is one Availability Zone. To span more Availability Zones, request a quota increase.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      CreateResponderGatewayRequest.Builder securityGroupIds(Collection<String> securityGroupIds)

      The unique identifiers of the security groups.

      Parameters:
      securityGroupIds - The unique identifiers of the security groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      CreateResponderGatewayRequest.Builder securityGroupIds(String... securityGroupIds)

      The unique identifiers of the security groups.

      Parameters:
      securityGroupIds - The unique identifiers of the security groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainName

      The domain name for the responder gateway.

      Parameters:
      domainName - The domain name for the responder gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • port

      The networking port to use.

      Parameters:
      port - The networking port to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocol

      The networking protocol to use.

      Parameters:
      protocol - The networking protocol to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • protocol

      The networking protocol to use.

      Parameters:
      protocol - The networking protocol to use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • listenerConfig

      CreateResponderGatewayRequest.Builder listenerConfig(ListenerConfig listenerConfig)
      Sets the value of the ListenerConfig property for this object.
      Parameters:
      listenerConfig - The new value for the ListenerConfig property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • listenerConfig

      default CreateResponderGatewayRequest.Builder listenerConfig(Consumer<ListenerConfig.Builder> listenerConfig)
      Sets the value of the ListenerConfig property for this object. This is a convenience method that creates an instance of the ListenerConfig.Builder avoiding the need to create one manually via ListenerConfig.builder().

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

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

      CreateResponderGatewayRequest.Builder trustStoreConfiguration(TrustStoreConfiguration trustStoreConfiguration)

      The configuration of the trust store.

      Parameters:
      trustStoreConfiguration - The configuration of the trust store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trustStoreConfiguration

      default CreateResponderGatewayRequest.Builder trustStoreConfiguration(Consumer<TrustStoreConfiguration.Builder> trustStoreConfiguration)

      The configuration of the trust store.

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

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

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

      CreateResponderGatewayRequest.Builder managedEndpointConfiguration(ManagedEndpointConfiguration managedEndpointConfiguration)

      The configuration for the managed endpoint.

      Parameters:
      managedEndpointConfiguration - The configuration for the managed endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managedEndpointConfiguration

      default CreateResponderGatewayRequest.Builder managedEndpointConfiguration(Consumer<ManagedEndpointConfiguration.Builder> managedEndpointConfiguration)

      The configuration for the managed endpoint.

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

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

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

      Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.

      If you don't provide this value, then Amazon Web Services generates a random one for you.

      If you retry the operation with the same clientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

      Parameters:
      clientToken - Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.

      If you don't provide this value, then Amazon Web Services generates a random one for you.

      If you retry the operation with the same clientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

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

      An optional description for the responder gateway.

      Parameters:
      description - An optional description for the responder gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A map of the key-value pairs of the tag or tags to assign to the resource.

      Parameters:
      tags - A map of the key-value pairs of the tag or tags to assign to the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gatewayType

      The type of gateway. Valid values are EXTERNAL or INTERNAL.

      Parameters:
      gatewayType - The type of gateway. Valid values are EXTERNAL or INTERNAL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • gatewayType

      The type of gateway. Valid values are EXTERNAL or INTERNAL.

      Parameters:
      gatewayType - The type of gateway. Valid values are EXTERNAL or INTERNAL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • clientRoutingPolicy

      CreateResponderGatewayRequest.Builder clientRoutingPolicy(String clientRoutingPolicy)

      The client routing policy of the gateway. This policy controls which Availability Zones RTB Fabric uses to reach the gateway for the requester gateways that send traffic to it. Valid values are the following:

      • AVAILABILITY_ZONE_AFFINITY: RTB Fabric routes each requester's traffic to gateway capacity in the requester's own Availability Zone when the gateway has capacity available there. Otherwise, RTB Fabric routes the traffic to gateway capacity in the other Availability Zones of the gateway.

      • ANY_AVAILABILITY_ZONE: RTB Fabric routes each requester's traffic to gateway capacity in every Availability Zone that the subnets of the gateway span. The Availability Zone that the requester is in does not change this.

      If you don't specify a value, RTB Fabric uses AVAILABILITY_ZONE_AFFINITY. To get the behavior of ANY_AVAILABILITY_ZONE, create the gateway with subnets in more than one Availability Zone. RTB Fabric does not support partial Availability Zone affinity, so PARTIAL_AVAILABILITY_ZONE_AFFINITY is not a valid value. For more information, see Configuring Availability Zone affinity in the Amazon Web Services RTB Fabric User Guide.

      Parameters:
      clientRoutingPolicy - The client routing policy of the gateway. This policy controls which Availability Zones RTB Fabric uses to reach the gateway for the requester gateways that send traffic to it. Valid values are the following:

      • AVAILABILITY_ZONE_AFFINITY: RTB Fabric routes each requester's traffic to gateway capacity in the requester's own Availability Zone when the gateway has capacity available there. Otherwise, RTB Fabric routes the traffic to gateway capacity in the other Availability Zones of the gateway.

      • ANY_AVAILABILITY_ZONE: RTB Fabric routes each requester's traffic to gateway capacity in every Availability Zone that the subnets of the gateway span. The Availability Zone that the requester is in does not change this.

      If you don't specify a value, RTB Fabric uses AVAILABILITY_ZONE_AFFINITY. To get the behavior of ANY_AVAILABILITY_ZONE, create the gateway with subnets in more than one Availability Zone. RTB Fabric does not support partial Availability Zone affinity, so PARTIAL_AVAILABILITY_ZONE_AFFINITY is not a valid value. For more information, see Configuring Availability Zone affinity in the Amazon Web Services RTB Fabric User Guide.

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

      CreateResponderGatewayRequest.Builder clientRoutingPolicy(ClientRoutingPolicy clientRoutingPolicy)

      The client routing policy of the gateway. This policy controls which Availability Zones RTB Fabric uses to reach the gateway for the requester gateways that send traffic to it. Valid values are the following:

      • AVAILABILITY_ZONE_AFFINITY: RTB Fabric routes each requester's traffic to gateway capacity in the requester's own Availability Zone when the gateway has capacity available there. Otherwise, RTB Fabric routes the traffic to gateway capacity in the other Availability Zones of the gateway.

      • ANY_AVAILABILITY_ZONE: RTB Fabric routes each requester's traffic to gateway capacity in every Availability Zone that the subnets of the gateway span. The Availability Zone that the requester is in does not change this.

      If you don't specify a value, RTB Fabric uses AVAILABILITY_ZONE_AFFINITY. To get the behavior of ANY_AVAILABILITY_ZONE, create the gateway with subnets in more than one Availability Zone. RTB Fabric does not support partial Availability Zone affinity, so PARTIAL_AVAILABILITY_ZONE_AFFINITY is not a valid value. For more information, see Configuring Availability Zone affinity in the Amazon Web Services RTB Fabric User Guide.

      Parameters:
      clientRoutingPolicy - The client routing policy of the gateway. This policy controls which Availability Zones RTB Fabric uses to reach the gateway for the requester gateways that send traffic to it. Valid values are the following:

      • AVAILABILITY_ZONE_AFFINITY: RTB Fabric routes each requester's traffic to gateway capacity in the requester's own Availability Zone when the gateway has capacity available there. Otherwise, RTB Fabric routes the traffic to gateway capacity in the other Availability Zones of the gateway.

      • ANY_AVAILABILITY_ZONE: RTB Fabric routes each requester's traffic to gateway capacity in every Availability Zone that the subnets of the gateway span. The Availability Zone that the requester is in does not change this.

      If you don't specify a value, RTB Fabric uses AVAILABILITY_ZONE_AFFINITY. To get the behavior of ANY_AVAILABILITY_ZONE, create the gateway with subnets in more than one Availability Zone. RTB Fabric does not support partial Availability Zone affinity, so PARTIAL_AVAILABILITY_ZONE_AFFINITY is not a valid value. For more information, see Configuring Availability Zone affinity in the Amazon Web Services RTB Fabric User Guide.

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

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