Interface ListProfilePermissionsResponse.Builder

    • Method Detail

      • revisionId

        ListProfilePermissionsResponse.Builder revisionId​(String revisionId)

        The identifier for the current revision of profile permissions.

        Parameters:
        revisionId - The identifier for the current revision of profile permissions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policySizeBytes

        ListProfilePermissionsResponse.Builder policySizeBytes​(Integer policySizeBytes)

        Total size of the policy associated with the Signing Profile in bytes.

        Parameters:
        policySizeBytes - Total size of the policy associated with the Signing Profile in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        ListProfilePermissionsResponse.Builder permissions​(Collection<Permission> permissions)

        List of permissions associated with the Signing Profile.

        Parameters:
        permissions - List of permissions associated with the Signing Profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        ListProfilePermissionsResponse.Builder permissions​(Permission... permissions)

        List of permissions associated with the Signing Profile.

        Parameters:
        permissions - List of permissions associated with the Signing Profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProfilePermissionsResponse.Builder nextToken​(String nextToken)

        String for specifying the next set of paginated results.

        Parameters:
        nextToken - String for specifying the next set of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.