Interface CreateVpcConnectionResponse.Builder

  • Method Details

    • vpcConnectionArn

      CreateVpcConnectionResponse.Builder vpcConnectionArn(String vpcConnectionArn)

      The VPC connection ARN.

      Parameters:
      vpcConnectionArn -

      The VPC connection ARN.

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

      The State of Vpc Connection.

      Parameters:
      state -

      The State of Vpc Connection.

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

      The State of Vpc Connection.

      Parameters:
      state -

      The State of Vpc Connection.

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

      CreateVpcConnectionResponse.Builder authentication(String authentication)

      The authentication type of VPC connection.

      Parameters:
      authentication -

      The authentication type of VPC connection.

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

      The VPC ID of the VPC connection.

      Parameters:
      vpcId -

      The VPC ID of the VPC connection.

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

      CreateVpcConnectionResponse.Builder clientSubnets(Collection<String> clientSubnets)

      The list of client subnets.

      Parameters:
      clientSubnets -

      The list of client subnets.

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

      CreateVpcConnectionResponse.Builder clientSubnets(String... clientSubnets)

      The list of client subnets.

      Parameters:
      clientSubnets -

      The list of client subnets.

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

      CreateVpcConnectionResponse.Builder securityGroups(Collection<String> securityGroups)

      The list of security groups.

      Parameters:
      securityGroups -

      The list of security groups.

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

      CreateVpcConnectionResponse.Builder securityGroups(String... securityGroups)

      The list of security groups.

      Parameters:
      securityGroups -

      The list of security groups.

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

      CreateVpcConnectionResponse.Builder creationTime(Instant creationTime)

      The creation time of VPC connection.

      Parameters:
      creationTime -

      The creation time of VPC connection.

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

      A map of tags for the VPC connection.

      Parameters:
      tags -

      A map of tags for the VPC connection.

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