Interface ListVpceConfigurationsResponse.Builder

    • Method Detail

      • vpceConfigurations

        ListVpceConfigurationsResponse.Builder vpceConfigurations​(Collection<VPCEConfiguration> vpceConfigurations)

        An array of VPCEConfiguration objects that contain information about your VPC endpoint configuration.

        Parameters:
        vpceConfigurations - An array of VPCEConfiguration objects that contain information about your VPC endpoint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpceConfigurations

        ListVpceConfigurationsResponse.Builder vpceConfigurations​(VPCEConfiguration... vpceConfigurations)

        An array of VPCEConfiguration objects that contain information about your VPC endpoint configuration.

        Parameters:
        vpceConfigurations - An array of VPCEConfiguration objects that contain information about your VPC endpoint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListVpceConfigurationsResponse.Builder nextToken​(String nextToken)

        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.