Interface CreateVpcConnectionResponse.Builder

    • Method Detail

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

        CreateVpcConnectionResponse.Builder vpcId​(String 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

        CreateVpcConnectionResponse.Builder tags​(Map<String,​String> 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.