Interface UpdateVpcConnectionRequest.Builder

    • Method Detail

      • awsAccountId

        UpdateVpcConnectionRequest.Builder awsAccountId​(String awsAccountId)

        The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.

        Parameters:
        awsAccountId - The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcConnectionId

        UpdateVpcConnectionRequest.Builder vpcConnectionId​(String vpcConnectionId)

        The ID of the VPC connection that you're updating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.

        Parameters:
        vpcConnectionId - The ID of the VPC connection that you're updating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateVpcConnectionRequest.Builder name​(String name)

        The display name for the VPC connection.

        Parameters:
        name - The display name for the VPC connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        UpdateVpcConnectionRequest.Builder subnetIds​(Collection<String> subnetIds)

        A list of subnet IDs for the VPC connection.

        Parameters:
        subnetIds - A list of subnet IDs for the VPC connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        UpdateVpcConnectionRequest.Builder subnetIds​(String... subnetIds)

        A list of subnet IDs for the VPC connection.

        Parameters:
        subnetIds - A list of subnet IDs for the VPC connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        UpdateVpcConnectionRequest.Builder securityGroupIds​(Collection<String> securityGroupIds)

        A list of security group IDs for the VPC connection.

        Parameters:
        securityGroupIds - A list of security group IDs for the VPC connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        UpdateVpcConnectionRequest.Builder securityGroupIds​(String... securityGroupIds)

        A list of security group IDs for the VPC connection.

        Parameters:
        securityGroupIds - A list of security group IDs for the VPC connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dnsResolvers

        UpdateVpcConnectionRequest.Builder dnsResolvers​(Collection<String> dnsResolvers)

        A list of IP addresses of DNS resolver endpoints for the VPC connection.

        Parameters:
        dnsResolvers - A list of IP addresses of DNS resolver endpoints for the VPC connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dnsResolvers

        UpdateVpcConnectionRequest.Builder dnsResolvers​(String... dnsResolvers)

        A list of IP addresses of DNS resolver endpoints for the VPC connection.

        Parameters:
        dnsResolvers - A list of IP addresses of DNS resolver endpoints for the VPC connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        UpdateVpcConnectionRequest.Builder roleArn​(String roleArn)

        An IAM role associated with the VPC connection.

        Parameters:
        roleArn - An IAM role associated with the VPC connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.