Interface ListVpcEndpointAccessResponse.Builder

    • Method Detail

      • authorizedPrincipalList

        ListVpcEndpointAccessResponse.Builder authorizedPrincipalList​(Collection<AuthorizedPrincipal> authorizedPrincipalList)

        List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints against the specified domain.

        Parameters:
        authorizedPrincipalList - List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints against the specified domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorizedPrincipalList

        ListVpcEndpointAccessResponse.Builder authorizedPrincipalList​(AuthorizedPrincipal... authorizedPrincipalList)

        List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints against the specified domain.

        Parameters:
        authorizedPrincipalList - List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints against the specified domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListVpcEndpointAccessResponse.Builder nextToken​(String nextToken)

        Provides an identifier to allow retrieval of paginated results.

        Parameters:
        nextToken - Provides an identifier to allow retrieval of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.